forked from CreatBot/CreatBotKlipperScreen
main menu and temp cleanups and tweaks
This commit is contained in:
@@ -21,7 +21,6 @@ button:active {
|
||||
border-color: #073642; /*base02*/
|
||||
border-style: solid;
|
||||
border-radius: 1em;
|
||||
border-width: .25em;
|
||||
background-color: #073642; /*base02*/
|
||||
}
|
||||
|
||||
|
@@ -19,8 +19,8 @@ button:active {
|
||||
.button_active {
|
||||
background-color: #000000;
|
||||
border-color: #d81549;
|
||||
border-width: .15em;
|
||||
border-style: dashed;
|
||||
border-width: .25em;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
|
@@ -24,7 +24,6 @@ button:active {
|
||||
.button_active {
|
||||
border-color: #282828;
|
||||
border-style: solid;
|
||||
border-width: .25em;
|
||||
background-color: #282828;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
@@ -23,9 +23,8 @@ button:active {
|
||||
.button_active {
|
||||
border-color: #BDBDBD;
|
||||
border-style: solid;
|
||||
border-width: .25em;
|
||||
background-color: white;
|
||||
box-shadow: .1em .1em #BDBDBD;
|
||||
box-shadow: .15em .15em #BDBDBD;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user