Skip to content

Commit e3c97d0

Browse files
author
Tobias Herp
committed
active input elements highlighting (via CSS; not for buttons)
1 parent e437716 commit e3c97d0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

templates/classic/html/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ p.error-message a[href] {
127127
/* style for search forms */
128128
ul.search-checkboxes {
129129
display: inline;
130-
padding: none;
130+
padding: 0;
131131
list-style: none;
132132
}
133133
ul.search-checkboxes > li {
@@ -421,3 +421,13 @@ table.otherinfo th {
421421
font-weight: bold;
422422
text-align: left;
423423
}
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+
*/

0 commit comments

Comments
 (0)