File: styles/prosilver/theme/buttons.css
Unmodified
Added
Modified
Removed
Line 1 | Line 1 |
---|
/* Button Styles ---------------------------------------- */
|
/* Button Styles ---------------------------------------- */
|
/* Rollover buttons Based on: http://wellstyled.com/css-nopreload-rollovers.html ----------------------------------------*/
| |
.button { cursor: pointer; display: inline-block; height: 18px;
|
.button { cursor: pointer; display: inline-block; height: 18px;
|
font-size: 13px;
| font-size: 1.2em;
|
white-space: nowrap; border: 1px solid transparent; border-radius: 4px;
| white-space: nowrap; border: 1px solid transparent; border-radius: 4px;
|