diff options
| author | Jan Friedli | 2020-04-13 23:15:34 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-04-13 23:15:34 +0200 |
| commit | d14988fa3fa97f549fb8eaf601cb2c687cdce143 (patch) | |
| tree | 129d847f4f0be911ba2ffbde688fe1a6f90ecaad | |
| parent | 8cec4ad3752bff74b88414b02cb1f6a4397f2114 (diff) | |
added borders where neededv0.3.0
| -rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 1430545..d5679b9 100644 --- a/static/style.css +++ b/static/style.css | |||
| @@ -71,6 +71,10 @@ details[open] > summary:before { | |||
| 71 | width: 7rem; | 71 | width: 7rem; |
| 72 | } | 72 | } |
| 73 | 73 | ||
| 74 | .uk-button-primary, .uk-alert { | ||
| 75 | border-radius: 3px; | ||
| 76 | } | ||
| 77 | |||
| 74 | .shadowed-box { | 78 | .shadowed-box { |
| 75 | box-shadow: 0 0 7px 1px rgba(223,215,215,0.75); | 79 | box-shadow: 0 0 7px 1px rgba(223,215,215,0.75); |
| 76 | padding: 1rem; | 80 | padding: 1rem; |
