Changeset c708c9a in github
- Timestamp:
- Feb 4, 2008 4:06:11 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0ea88409
- Parents:
- e581e74
- File:
-
- 1 edited
-
skins/default/mail.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skins/default/mail.css
r9ac70f0 rc708c9a 93 93 text-align: right; 94 94 white-space: nowrap; 95 z-index: 200;96 95 } 97 96 … … 232 231 #mailboxlist li 233 232 { 234 /* height: 18px; */235 233 font-size: 11px; 236 234 background: url(images/icons/folder-closed.png) no-repeat; 237 235 background-position: 10px 1px; 238 236 border-bottom: 1px solid #EBEBEB; 239 /* IE 5.5 margin-left: -16px; */240 237 } 241 238 … … 274 271 } 275 272 276 #mailboxlist li, #mailboxlist li.unread277 {278 /* background-image: url(images/mailbox_list.gif); */279 }280 281 273 #mailboxlist li.unread 282 274 { … … 288 280 { 289 281 background-color: #929292; 290 }291 292 #mailboxlist li.selected a293 {294 282 color: #FFF; 295 283 font-weight: bold; … … 307 295 margin:0; 308 296 border-top: 1px solid #EBEBEB; 309 }310 311 #mailboxlist ul li {312 297 padding-left: 15px; 313 298 background-position: 25px 1px; 314 }315 316 #mailboxlist li.selected li,317 #mailboxlist li.droptarget li {318 299 background-color: #F9F9F9; 319 } 320 321 #mailboxlist li.unread li { 322 font-weight: normal; 323 } 324 325 #mailboxlist li.unread li.unread { 326 font-weight: bold; 327 } 328 329 #mailboxlist li.selected li a{ 330 color: black; 300 color: blue; 331 301 font-weight: normal; 332 302 }
Note: See TracChangeset
for help on using the changeset viewer.
