Changeset 2015715
- Timestamp:
- 01/20/2019 11:20:36 AM (7 years ago)
- File:
-
- 1 edited
-
woohistory/trunk/css/admin.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woohistory/trunk/css/admin.css
r2015652 r2015715 42 42 43 43 44 .woohistory-button-cancel ed {44 .woohistory-button-cancelled { 45 45 -moz-box-shadow: 0px 1px 0px 0px #c2261b; 46 46 -webkit-box-shadow: 0px 1px 0px 0px #c2261b; … … 68 68 text-shadow:0px 1px 0px #f23400; 69 69 } 70 .woohistory-button-cancel ed:hover {70 .woohistory-button-cancelled:hover { 71 71 background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e34242), color-stop(1, #e32424)); 72 72 background:-moz-linear-gradient(top, #e34242 5%, #e32424 100%); … … 78 78 background-color:#e34242; 79 79 } 80 .woohistory-button-cancel ed:active {80 .woohistory-button-cancelled:active { 81 81 position:relative; 82 82 top:1px;
Note: See TracChangeset
for help on using the changeset viewer.