Developing a dark theme.

This commit is contained in:
n1474335 2017-04-23 17:09:12 +01:00
parent a4d93f23d6
commit e3f41fea9c
8 changed files with 212 additions and 25 deletions

View file

@ -44,11 +44,11 @@ $controlsDivision: 65%;
width: 60px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: 1px solid #5cb85c;
border-left: 1px solid $btnSuccessBgColour;
}
#auto-bake-label:hover {
border-left-color: #398439;
border-left-color: $btnSuccessHoverBorderColour;
}
#auto-bake-label div {