@@ -149,9 +149,11 @@ input[type="checkbox"] {
149149 border : none;
150150 font-size : 1em ;
151151}
152- html : not (.mobile ) .sites > tr .site : hover ,
153- html : not (.mobile ) .sites > tr .sites : active {
154- background : # abf ;
152+ html : not (.mobile ) .sites > tr .site : hover {
153+ background : # ff8 ;
154+ }
155+ html : not (.mobile ) .sites > tr .site : focus-within {
156+ background : # bdf ;
155157}
156158.sites > tr : nth-child (even) {background : # fff }
157159.sites > tr : nth-child (odd) {background : # eee }
@@ -264,14 +266,7 @@ span.preset {
264266 opacity : .5 ;
265267 margin : 0 .5em 0.13em .5em ;
266268}
267- /*
268- html:not(.mobile) input.preset:active,
269- html:not(.mobile) input.preset:focus,
270- html:not(.mobile) input.preset:hover {
271- background-color: #ff8;
272- border-radius: .5em;
273- }
274- */
269+
275270# presets-sizer {
276271 visibility : hidden;
277272 position : absolute;
@@ -367,7 +362,11 @@ button.options {
367362 pointer-events : none;
368363
369364}
370-
365+ html : not (.mobile ) : focus {
366+ outline : none;
367+ box-shadow : inset 3px 3px 3px rgba (255 , 255 , 100 , .5 ), -3px -3px 3px rgba (255 , 255 , 100 , .5 ),
368+ -3px 3px 3px rgba (255 , 255 , 100 , .5 ), 3px -3px 3px rgba (255 , 255 , 100 , .5 );
369+ }
371370/* uncomment me if we want to restore inline preset configuration
372371.preset:hover input.preset:checked ~ .options {
373372 display: block;
@@ -430,7 +429,7 @@ input.preset:checked ~ input.temp {
430429}
431430
432431.customizing input .preset : checked , # presets input .preset : checked , .customizer fieldset {
433- background-color : # ffb !important ;
432+ background-color : # bdf !important ;
434433 border-radius : 0.5em 0.5em 0 0 ;
435434 margin : 0 0.06em 0.06em 0.06em ;
436435}
@@ -444,7 +443,7 @@ input.preset:checked ~ input.temp {
444443}
445444
446445.customizing , .customizer {
447- background-color : # cca !important ;
446+ background-color : # ddd !important ;
448447}
449448
450449.customizer div {
@@ -491,7 +490,7 @@ legend {
491490 left : 2em ;
492491}
493492
494- # presets .https-only {
493+ # presets .url {
495494 display : none;
496495}
497496
0 commit comments