Changeset 75111 in spip-zone
- Timestamp:
- Aug 29, 2013, 9:21:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/code.spip.net/spip-zora/theme/css/theme.less
r75110 r75111 434 434 435 435 table.todolist tr.termine td del { text-decoration:none; } 436 table.todolist tr.alerte { background-color: #F BE3E4; }436 table.todolist tr.alerte { background-color: #FFEDED; border-left: 2px solid #FF9393; } 437 437 table.todolist tr.alerte .titre span.majeure { background-color: transparent; color:#333; } 438 438 table.todolist tbody > tr.alerte:hover td, 439 table.todolist tbody > tr.alerte:hover th { background-color: #FFBFBF; } 440 439 table.todolist tbody > tr.alerte:hover th { background-color: #FFC8C8; } 440 441 table.todolist tr.inconnu { background-color: #FFF5D0; border-left: 2px solid #FFCB00; } 442 table.todolist tr.inconnu .titre span.majeure { background-color: transparent; color:#333; } 443 table.todolist tbody > tr.inconnu:hover td, 444 table.todolist tbody > tr.inconnu:hover th { background-color: #FFE681; } 445 446
Note: See TracChangeset
for help on using the changeset viewer.