Skip to content

Commit

Permalink
#124 Updating buttons CSS for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikabu committed May 17, 2020
1 parent 13cf77f commit 8fa56b7
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions base/options/res/options.css
Expand Up @@ -103,8 +103,6 @@ form {
.mybutton.blue { background-color: #4699DA; }
.mybutton.orange { background-color: #FF510D; }
.mybutton.small { font-size: 16px; padding: 3px 7px; }
.mybutton.small:hover { background-position: 0 -50px; }
.mybutton.small:active {background-position: 0 top; }

a.mylink {
text-decoration: none;
Expand Down Expand Up @@ -374,4 +372,20 @@ input[type="radio"]:hover + div, input[type="radio"]:hover + img, input[type="ra
#maskDiv {
background-color: rgba(25, 25, 25, 0.87) !important;
}

.mybutton.green {
background-color: #407b01;
}

.mybutton.blue {
background-color: #1f80cc;
}

.mybutton.orange {
background-color: #d2420a;
}

.mybutton.red {
background-color: #bb0000;
}
}

0 comments on commit 8fa56b7

Please sign in to comment.