File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -274,6 +274,22 @@ body {
274274 color : # ffffff ;
275275}
276276
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+
277293.material-icons .md-18 {
278294 font-size : 0.9rem ;
279295 vertical-align : middle;
Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ function makeSettingsPage() {
365365 document . getElementById ( 'button_div' ) . innerHTML = '' ;
366366 for ( var i = 0 ; i < keys . length ; i = i + 1 ) {
367367 currentButton = document . createElement ( 'a' ) ;
368- currentButton . className = 'squaresNew ' ;
368+ currentButton . className = 'themeSelectors ' ;
369369 currentButton . style . cursor = 'pointer' ;
370370 currentButton . style . marginTop = '5px' ;
371371 currentButton . style . paddingBottom = '10px' ;
You can’t perform that action at this time.
0 commit comments