aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/bright.scss
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-08-26 19:20:09 +0200
committerThomas Lange <code@nerdmind.de>2021-08-26 19:26:14 +0200
commit3e35de0805f64759d3ff4c28632e65ec795223ac (patch)
tree8ea79338c4966f0010e158675deea873230076dc /theme/admin/rsrc/css/bright.scss
parent1b1c6f510673ec39c581a3370427adc369aaca6d (diff)
downloadblog-3e35de0805f64759d3ff4c28632e65ec795223ac.tar.gz
blog-3e35de0805f64759d3ff4c28632e65ec795223ac.tar.xz
blog-3e35de0805f64759d3ff4c28632e65ec795223ac.zip
Explicitly set scrollbar colors for admin theme
Explicitly set the scrollbar colors for the admin theme instead of using the default colors of the web browser and integrate the scrollbar colors better into the user-selected color scheme (bright or dark).
Diffstat (limited to 'theme/admin/rsrc/css/bright.scss')
-rw-r--r--theme/admin/rsrc/css/bright.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/admin/rsrc/css/bright.scss b/theme/admin/rsrc/css/bright.scss
index 8173497..a3d5fb2 100644
--- a/theme/admin/rsrc/css/bright.scss
+++ b/theme/admin/rsrc/css/bright.scss
@@ -52,6 +52,13 @@ $messageListTextColor: #EEE;
$messageListBackgroundColor: #C45C66;
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+# Scrollbars
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+$scrollbarColor: #A1A1A1;
+$scrollbarHoverColor: #888888;
+$scrollbarBackground: #E1E1E1;
+
+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Import stylesheet
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@import "import/styles";