Merge upstream 0.6.3

This commit is contained in:
codebicycle
2021-02-06 10:01:27 +02:00
parent 3975b74d27
commit 86545a6a34
7 changed files with 313 additions and 196 deletions

View File

@@ -1,6 +1,6 @@
* {
line-height: 1.8em;
font-family: Verdana, Geneva, sans-serif;
font-family: sans-serif;
font-size: 13px;
}
@@ -16,8 +16,8 @@
background: black;
color: white;
border-radius: 5px;
padding: 5px;
border-radius: 30px;
padding: 6px 12px 6px 12px;
margin: 10px 10px 10px 15px;
cursor: default;
@@ -57,17 +57,19 @@
}
button {
opacity: 1;
cursor: pointer;
color: black;
background: white;
font-weight: bold;
border-radius: 5px;
padding: 1px 6px 3px 6px;
font-weight: normal;
border-radius: 20px;
padding: 1px 5px 3px 5px;
font-size: 14px;
line-height: 14px;
border: 1px solid white;
border: 0px solid white;
font-family: "Lucida Console", Monaco, monospace;
margin-bottom: 2px;
margin: 0px 2px 2px 2px;
transition: background 0.2s, color 0.2s;
}
button:focus {
@@ -76,10 +78,14 @@ button:focus {
button:hover {
opacity: 1;
background: #2196f3;
color: #ffffff;
}
button:active {
background: #ccc;
background: #2196f3;
color: #ffffff;
font-weight: bold;
}
button.rw {
@@ -87,6 +93,6 @@ button.rw {
}
button.hideButton {
opacity: 0.65;
margin-right: 2px;
opacity: 0.5;
}