aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/rsrc/css/bright.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/rsrc/css/bright.css')
-rw-r--r--theme/admin/rsrc/css/bright.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/theme/admin/rsrc/css/bright.css b/theme/admin/rsrc/css/bright.css
index df7027a..3f76207 100644
--- a/theme/admin/rsrc/css/bright.css
+++ b/theme/admin/rsrc/css/bright.css
@@ -21,6 +21,9 @@
# Information message box
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+# Scrollbars
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Import stylesheet
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -50,6 +53,32 @@
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+# Scrollbars
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
+* {
+ scrollbar-color: #A1A1A1 #E1E1E1;
+}
+*::-webkit-scrollbar {
+ width: 0.75rem;
+}
+*::-webkit-scrollbar-track {
+ background: #E1E1E1;
+}
+*::-webkit-scrollbar-thumb {
+ background: #A1A1A1;
+ background-clip: padding-box;
+ border: 0.15rem solid transparent;
+}
+*::-webkit-scrollbar-thumb:hover {
+ background: #888888;
+ background-clip: padding-box;
+ border: 0.15rem solid transparent;
+}
+*::-webkit-scrollbar-corner {
+ background: transparent;
+}
+
+/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Hyperlinks
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a {
@@ -624,6 +653,7 @@ textarea {
padding: 0.5rem;
-webkit-hyphens: none;
hyphens: none;
+ cursor: auto;
}
input[type=submit] {