Changeset 9abb0a1
- Timestamp:
- Jul 24, 2009 1:07:07 AM (12 years ago)
- Branches:
- master
- Children:
- 2f0b9a8, 3fb1a4eb
- Parents:
- e60e29b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
installer/resources/themes/console/snark.css
re60e29b r9abb0a1 47 47 color: #003; 48 48 } 49 .snarkRefresh:hover {49 .snarkRefresh:hover, .snarkRefresh:hover:visited{ 50 50 border: 1px solid #eef; 51 51 padding: 2px 10px; … … 66 66 67 67 .snarkRefresh:visited { 68 border: 2px outset #eef; 69 padding: 1px 10px; 70 background: #eef; 71 text-decoration: none; 72 border-radius: 3px; 73 -moz-border-radius: 3px; 74 -khtml-border-radius: 3px; 75 font-size: 9pt; 76 font-weight: bold; 77 margin: 0px 3px 0px 3px !important; 78 text-align: center; 79 vertical-align: middle; 80 text-transform: uppercase; 68 border: 1px outset #eef; 81 69 opacity: 0.7; 82 70 color: #003; 71 background: #eef; 83 72 } 84 73 … … 118 107 border-width: 0px; 119 108 border-spacing: 0px; 120 background-color: #f9f;121 109 } 122 110 … … 133 121 margin: 0; 134 122 border: 1px solid #001; 123 background-color: #f9f; 135 124 } 136 125
Note: See TracChangeset
for help on using the changeset viewer.