diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 03:00:00 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-14 03:00:00 +0200 |
| commit | 6d56e9eedfc8fee9b1804e805d0be1def861018d (patch) | |
| tree | 1742666db23a610936c50465f2fec2340462b542 /public/stylesheets | |
| parent | b8bcd201cfd10de649d7180476b645cfaa264dc8 (diff) | |
Use accent as text in the flash, and a soft fill for standing markers
Diffstat (limited to 'public/stylesheets')
| -rw-r--r-- | public/stylesheets/admin.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 6f6a4405..d3f3afe6 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -235,19 +235,24 @@ input[type=radio] { | |||
| 235 | text-transform: lowercase; | 235 | text-transform: lowercase; |
| 236 | } | 236 | } |
| 237 | 237 | ||
| 238 | #flash span#flash_error, | ||
| 239 | #flash span.warning { | ||
| 240 | color: var(--accent); | ||
| 241 | font-weight: bold; | ||
| 242 | letter-spacing: 1px; | ||
| 243 | } | ||
| 244 | |||
| 238 | #flash img { | 245 | #flash img { |
| 239 | height: 12px; | 246 | height: 12px; |
| 240 | width: 12px; | 247 | width: 12px; |
| 241 | } | 248 | } |
| 242 | 249 | ||
| 243 | span#flash_error, span.warning { | 250 | span.warning { |
| 244 | color: var(--on-solid); | 251 | color: var(--accent); |
| 252 | background-color: var(--accent-surface); | ||
| 245 | letter-spacing: 1px; | 253 | letter-spacing: 1px; |
| 246 | background-color: var(--accent); | 254 | padding: 1px 5px; |
| 247 | padding-left: 5px; | 255 | border-radius: 2px; |
| 248 | padding-right: 5px; | ||
| 249 | padding-top: 1px; | ||
| 250 | padding-bottom: 1px; | ||
| 251 | } | 256 | } |
| 252 | 257 | ||
| 253 | span.warning a { | 258 | span.warning a { |
