File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,7 @@ table.otherinfo th {
413413 font-weight : bold;
414414 text-align : left;
415415}
416+
416417input [type = "text" ]: focus ,
417418input [type = "checkbox" ]: focus ,
418419input [type = "radio" ]: focus ,
Original file line number Diff line number Diff line change @@ -50,9 +50,6 @@ td.page-header-top {
5050 padding : 5px ;
5151 border-bottom : 1px solid # 444 ;
5252}
53- # searchbox {
54- float : right;
55- }
5653
5754div # body-title {
5855 float : left;
@@ -127,7 +124,7 @@ p.error-message a[href] {
127124/* style for search forms */
128125ul .search-checkboxes {
129126 display : inline;
130- padding : none ;
127+ padding : 0 ;
131128 list-style : none;
132129}
133130ul .search-checkboxes > li {
@@ -422,6 +419,14 @@ table.otherinfo th {
422419 text-align : left;
423420}
424421
422+ input [type = "text" ]: focus ,
423+ input [type = "checkbox" ]: focus ,
424+ input [type = "radio" ]: focus ,
425+ input [type = "password" ]: focus ,
426+ textarea : focus , select : focus {
427+ background-color : # ffffc0 ;
428+ }
429+
425430.calendar_display {
426431 text-align : center;
427432}
You can’t perform that action at this time.
0 commit comments