File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,22 @@ body {
274
274
color : # ffffff ;
275
275
}
276
276
277
+ .themeSelectors {
278
+ border-radius : 3px ;
279
+ background : # 22a5df ;
280
+ padding-right : 10px ;
281
+ padding-left : 10px ;
282
+ padding-top : 5px ;
283
+ padding-bottom : 5px ;
284
+ height : 17px ;
285
+ margin-top : 32px ;
286
+ margin-right : 8px ;
287
+ text-decoration : none;
288
+ text-align : center;
289
+ float : left;
290
+ color : # ffffff ;
291
+ }
292
+
277
293
.material-icons .md-18 {
278
294
font-size : 0.9rem ;
279
295
vertical-align : middle;
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ function makeSettingsPage() {
365
365
document . getElementById ( 'button_div' ) . innerHTML = '' ;
366
366
for ( var i = 0 ; i < keys . length ; i = i + 1 ) {
367
367
currentButton = document . createElement ( 'a' ) ;
368
- currentButton . className = 'squaresNew ' ;
368
+ currentButton . className = 'themeSelectors ' ;
369
369
currentButton . style . cursor = 'pointer' ;
370
370
currentButton . style . marginTop = '5px' ;
371
371
currentButton . style . paddingBottom = '10px' ;
You can’t perform that action at this time.
0 commit comments