tukan/cicada - unify scrollbar colors to theme (#1132)

This commit is contained in:
René
2019-01-14 19:34:43 +01:00
committed by Franco Fichtner
parent 4ff026076a
commit acb734fc95
6 changed files with 34 additions and 23 deletions
+1 -2
View File
@@ -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
@@ -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;
}
}
@@ -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;
+1 -1
View File
@@ -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
@@ -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;
}
}
@@ -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;