- commit
- e1f5b66d665749284c16d02c8a65d0be541c24e9
- parent
- 17bc65150136c6b010c2dee1946c19c1616eb32d
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-05-02 08:49
CSS: replace ThreeDShadow not part of the standard set of colors
Diffstat
| M | select.css | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/select.css b/select.css
@@ -4,7 +4,7 @@ 4 4 --focus-bg: Highlight; 5 5 --focus-text: HighlightText; 6 6 --hover-bg: rgba(118,118,118,.3);7 -1 --border: ThreeDShadow;-1 7 --border: rgba(118,118,118,.5); 8 8 --selected-bg: Highlight; 9 9 --selected-text: HighlightText; 10 10 --disabled-text: GrayText;