File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 109
109
"size" : 0
110
110
},
111
111
"css/page-common.css" : {
112
- "sha512" : " 89a7be24f71e6069c753d670a388b626bcccd0ac70f3b769ae7f45cd34dbf938 " ,
113
- "size" : 11094
112
+ "sha512" : " 52d6a7d4242f9858ff0dd3602437395a1cbfab80a9e7aaed9658c85132f135fa " ,
113
+ "size" : 11234
114
114
},
115
115
"css/page-custom.css" : {
116
116
"sha512" : " cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce" ,
451
451
},
452
452
"ignore" : " (^.git)" ,
453
453
"inner_path" : " content.json" ,
454
- "modified" : 1540075187 ,
454
+ "modified" : 1540083442 ,
455
455
"postmessage_nonce_security" : true ,
456
456
"signers_sign" : " GxPcc7gTaIO5FSW0SpB7qerY9S/GUhbzfpFhwN4+XFtcGjd0U9gPPLi0Tm9ddT01FEG1lt/49XGoGPIxz2o81qs=" ,
457
457
"signs" : {
458
- "1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB" : " HMSCQ17AQKeq/hg6dTeV6UbnyAaO/mM4hGhh59uvGp1ZI3UYUOUYnNmgpOpAc0MVwzeE73fRrI8vDiHUJ7rYnlQ ="
458
+ "1Fmwk685eaX7GjoQ7JKo3QvywizGfnYRCB" : " G/gfdEJM7Ywvzd8xWV8f4aGtQLv4+uk8lhnYMHquz3VuceSPwHTMoN3ZLNCn2YDdUbhnPoSyaPIko1HgmGyW+Fw ="
459
459
},
460
460
"signs_required" : 1 ,
461
461
"title" : " Framework.js" ,
Original file line number Diff line number Diff line change @@ -92,18 +92,18 @@ code {
92
92
.textarea , textarea : hover {border : 1px solid transparent}
93
93
.textarea , textarea : focus {background : transparent}
94
94
95
- button {
95
+ button : not (. md-button ) {
96
96
border : 1px solid # 333 ;
97
97
border-radius : 4px ;
98
98
background : # ddd ;
99
99
color : # 000 ;
100
100
padding : 5px
101
101
}
102
- button : hover {
102
+ button : not (. md-button ) : hover {
103
103
background : # 000 ;
104
104
color : # ddd
105
105
}
106
- button : active {
106
+ button : not (. md-button ) : active {
107
107
filter : opacity (0.5 )
108
108
}
109
109
button .color {background : # 00A185 ;color : # fff ;font-weight : bold;padding : 10px ;font-size : 16px }
@@ -190,7 +190,10 @@ header nav ul li {
190
190
display : inline-block;
191
191
position : relative;
192
192
color : # fff!important ;
193
- padding : 1px 5px 1px 5px ;
193
+ padding : 0 5px 1px 5px ;
194
+ -moz-user-select : none;
195
+ -webkit-user-select : none;
196
+ user-select : none;
194
197
}
195
198
196
199
header nav ul li : hover {
@@ -215,13 +218,13 @@ header nav ul a.active {
215
218
pointer-events : none;
216
219
}
217
220
218
- header nav > ul > a > li > div {
221
+ header nav ul li div {
219
222
height : 40px ;
220
223
text-align : center;
221
224
font-size : 40px ;
222
225
}
223
226
224
- header nav > ul > a > li > p {
227
+ header nav ul li p {
225
228
font-size : 15px ;
226
229
-webkit-font-smoothing : antialiased;
227
230
width : 100% ;
@@ -232,7 +235,7 @@ header nav > ul > a > li > p {
232
235
color : # fff ;
233
236
}
234
237
235
- header nav > ul > a > li > div > i {
238
+ header nav ul li div i {
236
239
font-size : 35px ;
237
240
}
238
241
You can’t perform that action at this time.
0 commit comments