mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Themes - Tukan/Cicada - modal fix for 19.7
modal background-color fix for both themes
This commit is contained in:
committed by
Franco Fichtner
parent
3ec8ce2a9f
commit
ef3953635e
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.15
|
||||
PLUGIN_VERSION= 1.16
|
||||
PLUGIN_COMMENT= The cicada theme - grey/orange
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -8764,6 +8764,7 @@ html {
|
||||
font-family: 'SourceSansProRegular';
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #424242 #323232;
|
||||
background-color: #2a2a2a;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -8771,6 +8772,7 @@ body {
|
||||
font-family: 'SourceSansProRegular';
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #424242 #323232;
|
||||
background-color: #2a2a2a;
|
||||
touch-action: manipulation;
|
||||
min-width: 320px;
|
||||
background-color: #2A2A2A;
|
||||
|
||||
@@ -5691,7 +5691,9 @@ html, body {
|
||||
height: 100%;
|
||||
font-family: 'SourceSansProRegular';
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #424242 #323232; }
|
||||
scrollbar-color: #424242 #323232;
|
||||
background-color: #2a2a2a;
|
||||
}
|
||||
|
||||
body {
|
||||
touch-action: manipulation;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.15
|
||||
PLUGIN_VERSION= 1.16
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -8762,6 +8762,7 @@ html {
|
||||
font-family: 'SourceSansProRegular';
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #315a71 #e3e3e3;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -8769,6 +8770,7 @@ body {
|
||||
font-family: 'SourceSansProRegular';
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #315a71 #e3e3e3;
|
||||
background-color: #fff;
|
||||
touch-action: manipulation;
|
||||
min-width: 320px;
|
||||
}
|
||||
@@ -9604,7 +9606,7 @@ label > input {
|
||||
|
||||
.fw_nat {
|
||||
background-color: #CBA026 !important;
|
||||
color:#FFF;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
/*additional extensions for theme-tukan*/
|
||||
|
||||
@@ -5681,7 +5681,9 @@ html, body {
|
||||
height: 100%;
|
||||
font-family: 'SourceSansProRegular';
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #315a71 #e3e3e3; }
|
||||
scrollbar-color: #315a71 #e3e3e3;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
touch-action: manipulation;
|
||||
|
||||
Reference in New Issue
Block a user