@@ -15,12 +15,12 @@ form{}
1515.pop : after {content : '' ;width : 0px ;height : 100% ;display : inline-block;vertical-align : middle;}
1616.pop p {margin : auto;font-size : 12px ;display : inline-block;vertical-align : middle;}
1717.pop ol {font-size : 12px ;text-align : left;display : inline-block;line-height : 2 ;vertical-align : middle;}
18- button {position : relative;font-size : 12px ;display : block;margin-right : 10px ;margin : 2px ;height : 24px ;border : 1px solid rgba (0 , 0 , 0 , 0.2 );border-radius : 4px ;padding : 0px 12px ;font-weight : 500 ;color : # 1a73e8 ;background-color : # fff ;flex : none;white-space : nowrap;height : 28px ;margin : 8px 16px 8px 0 ;}
19- button : hover {background-color : # f3f3f3 ;box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.1 );cursor : pointer;}
18+ . btn {position : relative;font-size : 12px ;display : block;margin-right : 10px ;margin : 2px ;height : 24px ;border : 1px solid rgba (0 , 0 , 0 , 0.2 );border-radius : 4px ;padding : 0px 12px ;font-weight : 500 ;color : # 1a73e8 ;background-color : # fff ;flex : none;white-space : nowrap;height : 28px ;margin : 8px 16px 8px 0 ;}
19+ . btn : hover {background-color : # f3f3f3 ;box-shadow : 0 1px 2px rgba (0 , 0 , 0 , 0.1 );cursor : pointer;}
2020# issuebtn {float : right;cursor : pointer;z-index : 1 ;margin-left : 10px ;}
2121# issuebtn : hover {}
2222form {font-size : 12px ;margin-right : 10px ;position : relative;display : block;}
23- form button {/* margin:0; */ }
23+ form . btn {/* margin:0; */ }
2424.operate {position : relative;display : flex;clear : both;margin-left : 10px ;flex-wrap : wrap;}
2525# openCSSUsedSettings , # refreshPage , # issueSpan {text-decoration : underline;cursor : pointer;color : blue;}
2626.havefileaccess # openCSSUsedSettings {display : none;}
@@ -32,8 +32,8 @@ form button{/* margin:0; */}
3232.theme-dark ::-webkit-scrollbar-thumb {background : # 333333 ;border : 1px solid # 414141 ;}
3333.theme-dark ::-webkit-scrollbar-thumb : hover {cursor : default;}
3434.theme-dark ::-webkit-scrollbar-track {background : # 242424 ;border-left : 1px solid # 2b2b2b ;}
35- .theme-dark button {border-color : rgba (230 , 230 , 230 , 0.2 );color : # cccccc ;background-color : rgb (36 , 36 , 36 );}
36- .theme-dark button : hover {background-color : # 333333 ;box-shadow : rgba (230 , 230 , 230 , 0.1 ) 0px 1px 2px ;}
35+ .theme-dark . btn {border-color : rgba (230 , 230 , 230 , 0.2 );color : # cccccc ;background-color : rgb (36 , 36 , 36 );}
36+ .theme-dark . btn : hover {background-color : # 333333 ;box-shadow : rgba (230 , 230 , 230 , 0.1 ) 0px 1px 2px ;}
3737# copy {background-color : # 1a73e8 ;border : none;color : # fff ;}
3838# copy : hover {background-color : # 3b86e8 ;}
3939.theme-dark # copy {background-color : # 0e639c ;border : none;color : # fff ;}
0 commit comments