Sha256: 240d14efe6089bbabc5f60d528d62fc6031b8df92631604f4e0664ef7ef4337e

Contents?: true

Size: 982 Bytes

Versions: 3

Compression:

Stored size: 982 Bytes

Contents

.style-guide-navigation-button {
  font-weight: normal;

  font-size: 18px;
  line-height: 18px;
  margin: 7px 10px;
  padding: 3px 10px;

  cursor: pointer;
  color: #888;
  text-shadow: 0 0 30px rgba(0,0,0,0.15);

  -webkit-user-select: none;
     -moz-user-select: -moz-none;
   -khtml-user-select: none;
          user-select: none;
}

.style-guide-navigation-button:hover {
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, .1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, .1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 0 2px rgba(0, 0, 0, .1);
}

.style-guide-navigation-button:active {
  background-color: white;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 0 white;
     -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 0 white;
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 0 white;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
style-guide-1.1.1 app/assets/stylesheets/style_guide/navigation/button.css
style-guide-1.1.0 app/assets/stylesheets/style_guide/navigation/button.css
style-guide-1.0.0 app/assets/stylesheets/style_guide/navigation/button.css