Changeset 481:b4bb355ed1dc for admin/style
- Timestamp:
- 07/01/11 22:42:15 (14 years ago)
- Branch:
- default
- Children:
- 482:81dcb3404411, 483:2304046cae42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r471 r481 191 191 margin-bottom: 1em; 192 192 } 193 #main-menu * {194 }195 193 196 194 #main-menu h3 { … … 221 219 color: #333; 222 220 } 223 #main-menu li.active {221 #main-menu .active { 224 222 background-color: #fff; 225 223 padding: .4em 0 .1em 32px; … … 231 229 #main-menu #dashboard-menu li { 232 230 margin-left: 0; 231 } 232 #favorites-menu ul { 233 background: #eef; 234 padding: .2em 0 .3em 0; 235 margin: .5em; 236 border-radius: .3em; 237 border: 1px solid #dde; 238 } 239 #favorites-menu a { 240 color: #000; 241 font-weight: normal; 242 } 243 #favorites-menu .active { 244 background-color: transparent; 245 border: none ; 246 } 247 #favorites-menu .active a { 248 font-weight: bold; 233 249 } 234 250
Note: See TracChangeset
for help on using the changeset viewer.