@@ -7,10 +7,10 @@ nav,output,ruby,section,summary,time,mark,audio,video
77article , aside , details , figcaption , figure , footer , header , hgroup , menu , nav , section {display : block}
88body {line-height : 1 }
99/* Material UI elements */
10- button {border : none;background : # eee ;color : # ed7f00 ;font-family : inherit;font-weight : bold;padding : 5px 0.5em ;transition : 0.2s ;text-transform : uppercase;}
11- .dark button {background : # 444 }
12- button : hover {background : # fff }
13- button : active {background : # ed7f00 ; color : # fff }
10+ button {border : none;background : # fff ;color : # ed7f00 ;font-family : inherit;font-weight : bold;padding : 5px 0.5em ;transition : 0.2s ;text-transform : uppercase;}
11+ .dark button {background : # 333 ; }
12+ button : hover {box-shadow : 0 0.5 ex 0.5 ex rgba ( 0 , 0 , 0 , 0.5 ); }
13+ button : active {box-shadow : none }
1414[type = checkbox ], [type = checkbox ]: focus {margin-right : 0.75em ;outlinex : none!important }
1515[type = checkbox ]::before {position : relative;content : "\2714" ;background : # eee ;color : transparent;display : inline-block;height : 3ex ;width : 3ex ;top : -4px ;left : -2px ;
1616 font-size : 70% ;text-align : center;box-shadow : 0 0 0 1px # ed7f00 inset;border-radius : 2px ;transition : 0.2s ;font-weight : bold}
@@ -63,7 +63,7 @@ input[type=checkbox]:focus{outline:dotted #000 1px;outline-offset:2px}
6363# cn_favs .go {float : right;margin-top : 2px }
6464# cn_favs .list_sel {background : # 0a246a ;color : # fff }
6565# cn_favs .list-focus {outline : dotted # 000 1px }
66- # cn_favs div {overflow : hidden; position : relative}
66+ # cn_favs div {position : relative; }
6767# cn_abt {float : right}
6868# cn_lhs , # cn_rhs {position : absolute;top : 0 ;bottom : 0 }
6969# cn_lhs {left : 0 ;width : 300px ;overflow : hidden;}
0 commit comments