Changeset 1636:ad22a8dc2100 for admin/style
- Timestamp:
- 08/30/13 18:14:36 (12 years ago)
- Branch:
- default
- Children:
- 1637:e30dca34f6b8, 1711:b88f3f023989
- Location:
- admin/style
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r1635 r1636 404 404 } 405 405 #qx:focus { 406 border: 2px solid # BBDB58;406 border: 2px solid #bee74b; 407 407 } 408 408 #search-menu input[type="submit"] { … … 534 534 } 535 535 #icons a:focus img, #icons a:hover img { 536 background: # BBDB58;536 background: #bee74b; 537 537 } 538 538 #icons a:focus span, #icons a:hover span { … … 993 993 #themes a:focus div, #themes a:hover div, 994 994 #themes a:focus div.current-theme, #themes a:hover div.current-theme { 995 background: # BBDB58;995 background: #bee74b; 996 996 } 997 997 /* ---------------------------------------------------------- Plugins list */ … … 1434 1434 } 1435 1435 select { 1436 border-right: none;1436 border-right: 2px solid #fff; 1437 1437 } 1438 1438 input.invalid, textarea.invalid, select.invalid { … … 1562 1562 -moz-box-sizing: border-box; 1563 1563 box-sizing: border-box; 1564 border: 2px solid # BBDB58;1564 border: 2px solid #bee74b; 1565 1565 } 1566 1566 /* --------------------------------------------------------------- buttons */ … … 1659 1659 } 1660 1660 .button.add { 1661 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, # BBDB58), color-stop(1, #9AC123) );1662 background:-moz-linear-gradient( center top, # BBDB58 5%, #9AC123100% );1663 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='# BBDB58', endColorstr='#9AC123');1664 background-color:# BBDB58;1661 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bee74b), color-stop(1, #9BCA1C) ); 1662 background:-moz-linear-gradient( center top, #bee74b 5%, #9BCA1C 100% ); 1663 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bee74b', endColorstr='#9BCA1C'); 1664 background-color:#bee74b; 1665 1665 border:1px solid #B2D742; 1666 1666 padding:.5em 1.5em; … … 1672 1672 } 1673 1673 .button.add:hover, .button.add:active, .button.add:focus { 1674 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9 AC123), color-stop(1, #BBDB58) );1675 background:-moz-linear-gradient( center top, #9 AC123 5%, #BBDB58100% );1676 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9 AC123', endColorstr='#BBDB58');1677 background-color:#9 AC123;1674 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9BCA1C), color-stop(1, #bee74b) ); 1675 background:-moz-linear-gradient( center top, #9BCA1C 5%, #bee74b 100% ); 1676 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BCA1C', endColorstr='#bee74b'); 1677 background-color:#9BCA1C; 1678 1678 } 1679 1679 .button-add:focus { -
admin/style/jsToolBar/jsToolBar.css
r1621 r1636 24 24 } 25 25 .jstEditor textarea:focus, .jstEditor iframe:focus { 26 border: 2px solid # BBDB58;26 border: 2px solid #bee74b; 27 27 } 28 28 .jstElements {
Note: See TracChangeset
for help on using the changeset viewer.