Mercurial > p > roundup > code
comparison templates/classic/html/style.css @ 3703:b0b333957d91
active input elements highlighting (via CSS; not for buttons)
| author | Tobias Herp <tobias-herp@users.sourceforge.net> |
|---|---|
| date | Sun, 17 Sep 2006 23:22:29 +0000 |
| parents | 9aa9436a81e0 |
| children | a7cfd6a913b0 |
comparison
equal
deleted
inserted
replaced
| 3702:06d7816976bc | 3703:b0b333957d91 |
|---|---|
| 125 | 125 |
| 126 | 126 |
| 127 /* style for search forms */ | 127 /* style for search forms */ |
| 128 ul.search-checkboxes { | 128 ul.search-checkboxes { |
| 129 display: inline; | 129 display: inline; |
| 130 padding: none; | 130 padding: 0; |
| 131 list-style: none; | 131 list-style: none; |
| 132 } | 132 } |
| 133 ul.search-checkboxes > li { | 133 ul.search-checkboxes > li { |
| 134 display: inline; | 134 display: inline; |
| 135 padding-right: .5em; | 135 padding-right: .5em; |
| 419 table.otherinfo th { | 419 table.otherinfo th { |
| 420 border-bottom: 1px solid #afafaf; | 420 border-bottom: 1px solid #afafaf; |
| 421 font-weight: bold; | 421 font-weight: bold; |
| 422 text-align: left; | 422 text-align: left; |
| 423 } | 423 } |
| 424 input[type="text"]:focus, | |
| 425 input[type="checkbox"]:focus, | |
| 426 input[type="radio"]:focus, | |
| 427 input[type="password"]:focus, | |
| 428 textarea:focus, select:focus { | |
| 429 background-color: #ffffc0; | |
| 430 } | |
| 431 | |
| 432 /* vim: ts=2 sw=2 et | |
| 433 */ |
