Changeset 535314
- Timestamp:
- 04/24/2012 05:00:25 AM (14 years ago)
- File:
-
- 1 edited
-
easy-shortcode-buttons/trunk/buttons-style.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-shortcode-buttons/trunk/buttons-style.css
r483171 r535314 20 20 padding: 5px 12px; 21 21 font-size: 12px; 22 background: #6b6b6b; 22 23 background: -moz-linear-gradient( 23 24 top, … … 37 38 box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, .4); 38 39 margin: 10px; 40 behavior: url(PIE.htc); 39 41 } 40 42 … … 83 85 color: #ffffff; 84 86 border: 1px solid #325273; 87 background: #258dc8; 85 88 background: -moz-linear-gradient( 86 89 top, … … 95 98 .bk-button-wrapper .red { 96 99 color: #ffffff; 100 background: #ff4242; 97 101 background: -moz-linear-gradient( 98 102 top, … … 108 112 .bk-button-wrapper .yellow { 109 113 color: #a67906; 114 background: #ffffaf; 110 115 background: -moz-linear-gradient( 111 116 top, … … 126 131 .bk-button-wrapper .green { 127 132 color: #ffffff; 133 background: #78ad4c; 128 134 background: -moz-linear-gradient( 129 135 top, … … 139 145 .bk-button-wrapper .white { 140 146 color: #616f7a; 147 background: #ffffff; 141 148 background: -moz-linear-gradient( 142 149 top,
Note: See TracChangeset
for help on using the changeset viewer.