We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e437716 commit e3c97d0Copy full SHA for e3c97d0
templates/classic/html/style.css
@@ -127,7 +127,7 @@ p.error-message a[href] {
127
/* style for search forms */
128
ul.search-checkboxes {
129
display: inline;
130
- padding: none;
+ padding: 0;
131
list-style: none;
132
}
133
ul.search-checkboxes > li {
@@ -421,3 +421,13 @@ table.otherinfo th {
421
font-weight: bold;
422
text-align: left;
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
+*/
0 commit comments