diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 23bb2ff54..df96e90ab 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.12 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.13 PLUGIN_COMMENT= The cicada theme - grey/orange PLUGIN_MAINTAINER= rene@team-rebellion.net diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index 89d0bafad..77ddcb5a0 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss @@ -8719,11 +8719,15 @@ button.close { html { height: 100%; font-family: 'SourceSansProRegular'; + scrollbar-width: thin; + scrollbar-color: #424242 #323232; } body { height: 100%; font-family: 'SourceSansProRegular'; + scrollbar-width: thin; + scrollbar-color: #424242 #323232; touch-action: manipulation; min-width: 320px; background-color: #2A2A2A; @@ -9410,21 +9414,21 @@ button.toggle-sidebar { ::-webkit-scrollbar-button { width: 8px; - height: 5px; + height: 0px; } ::-webkit-scrollbar-track { - background: #f7f7f7; + background: #323232; box-shadow: 0px 0px 0px; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #e5e5e5; - border: thin solid #e5e5e5; + background: #424242; + border: thin solid #393939; border-radius: 0px; &:hover { - background: #e5e5e5; + background: #ec6d12; } } diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css index 7ec4a2725..62750a0b7 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css @@ -5678,7 +5678,9 @@ button.close { html, body { height: 100%; - font-family: 'SourceSansProRegular'; } + font-family: 'SourceSansProRegular'; + scrollbar-width: thin; + scrollbar-color: #424242 #323232; } body { touch-action: manipulation; @@ -6203,20 +6205,20 @@ padding-right: 15px; } ::-webkit-scrollbar-button { width: 8px; - height: 5px; } + height: 0px; } ::-webkit-scrollbar-track { - background: #f7f7f7; + background: #323232; box-shadow: 0px 0px 0px; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #e5e5e5; - border: thin solid #e5e5e5; + background: #424242; + border: thin solid #393939; border-radius: 0px; } ::-webkit-scrollbar-thumb:hover { - background: #e5e5e5; } + background: #ec6d12; } .widgetdiv { padding-top: 0px !important; diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index 0ac7b1817..c79b07ab0 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.11 +PLUGIN_VERSION= 1.12 PLUGIN_COMMENT= The tukan theme - blue/white PLUGIN_MAINTAINER= rene@team-rebellion.net diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index 0c59848e6..b628337d4 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -8756,11 +8756,15 @@ button.close { html { height: 100%; font-family: 'SourceSansProRegular'; + scrollbar-width: thin; + scrollbar-color: #315a71 #e3e3e3; } body { height: 100%; font-family: 'SourceSansProRegular'; + scrollbar-width: thin; + scrollbar-color: #315a71 #e3e3e3; touch-action: manipulation; min-width: 320px; } @@ -9443,21 +9447,21 @@ button.toggle-sidebar { ::-webkit-scrollbar-button { width: 8px; - height: 5px; + height: 0px; } ::-webkit-scrollbar-track { - background: #f7f7f7; + background: #e3e3e3; box-shadow: 0px 0px 0px; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #e5e5e5; + background: #315a71; border: thin solid #e5e5e5; border-radius: 0px; &:hover { - background: #e5e5e5; + background: #ec6d12; } } diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index d8ee62309..e24ed8f93 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -5679,7 +5679,9 @@ button.close { html, body { height: 100%; - font-family: 'SourceSansProRegular'; } + font-family: 'SourceSansProRegular'; + scrollbar-width: thin; + scrollbar-color: #315a71 #e3e3e3; } body { touch-action: manipulation; @@ -6194,20 +6196,20 @@ padding-right: 15px; } ::-webkit-scrollbar-button { width: 8px; - height: 5px; } + height: 0px; } ::-webkit-scrollbar-track { - background: #f7f7f7; + background: #e3e3e3; box-shadow: 0px 0px 0px; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #e5e5e5; + background: #315a71; border: thin solid #e5e5e5; border-radius: 0px; } ::-webkit-scrollbar-thumb:hover { - background: #e5e5e5; } + background: #ec6d12; } .widgetdiv { padding-top: 0px !important;