diff options
| author | Jan Friedli | 2020-04-13 22:58:28 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-04-13 22:58:28 +0200 |
| commit | b2bcbf4d6c2173c9b69e0d24a0337dd858622195 (patch) | |
| tree | 9886b5dfb063b4eabd5a03dcf52786f849d61bad /static | |
| parent | baed99b5a100b4ad4ee9083d396d5c254e49a715 (diff) | |
make help button truly round
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/style.css b/static/style.css index 46d10de..2ebe2dd 100644 --- a/static/style.css +++ b/static/style.css | |||
| @@ -84,15 +84,15 @@ details[open] > summary:before { | |||
| 84 | position:absolute; | 84 | position:absolute; |
| 85 | right: 10px; | 85 | right: 10px; |
| 86 | bottom: 10px; | 86 | bottom: 10px; |
| 87 | border-radius: 45%; | 87 | border-radius: 50%; |
| 88 | border: none; | 88 | border: none; |
| 89 | padding: 6px; | 89 | padding: 6px; |
| 90 | display: flex; | 90 | display: flex; |
| 91 | align-items: center; | 91 | align-items: center; |
| 92 | justify-content: center; | 92 | justify-content: center; |
| 93 | background-color: #A6C8F1; | 93 | background-color: #A6C8F1; |
| 94 | max-height: 10px; | 94 | width: 10px; |
| 95 | max-width: 10px; | 95 | height: 10px; |
| 96 | font-size: 10px; | 96 | font-size: 10px; |
| 97 | color: #FFFFFF; | 97 | color: #FFFFFF; |
| 98 | } | 98 | } |
