mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Switch to monochrome buttons
This commit is contained in:
parent
f911ca3b1a
commit
20b473e61f
@ -65,22 +65,21 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background: #ccc;
|
padding: .5em 1em;
|
||||||
border: none;
|
margin: 5px;
|
||||||
border-radius: .25em;
|
border: 2px solid #555555;
|
||||||
margin: .5em;
|
border-radius: .5em;
|
||||||
padding: .4em .8em;
|
color: #fff;
|
||||||
|
background-color: #555555;
|
||||||
|
text-decoration: none;
|
||||||
|
user-select: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.green-button {
|
.button:hover {
|
||||||
background: #4CAF50;
|
color: #555555;
|
||||||
color: #fff;
|
background-color: #fff;
|
||||||
}
|
border: 2px solid #555555;
|
||||||
|
|
||||||
.red-button {
|
|
||||||
background: #f44336;
|
|
||||||
color: #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-row {
|
.button-row {
|
||||||
|
Loading…
Reference in New Issue
Block a user