mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Themes/Zenarmor plugin - view modal fix (#3342)
delete wrong margin in .modal-side class for Zenarmor
This commit is contained in:
parent
b5dd35bcad
commit
5e63c2d0c5
9 changed files with 5 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.33
|
||||
PLUGIN_VERSION= 1.34
|
||||
PLUGIN_COMMENT= The cicada theme - dark grey onyx
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -10549,7 +10549,7 @@ input[type="checkbox"] {
|
|||
background-color: #ac5314;
|
||||
}
|
||||
|
||||
margin: 62px 10px 10px 10px;
|
||||
.modal-side {
|
||||
background-color: #3a3a3a !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6529,7 +6529,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
|
|||
}
|
||||
|
||||
.modal-side {
|
||||
margin: 62px 10px 10px 10px;
|
||||
background-color: #3a3a3a !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.26
|
||||
PLUGIN_VERSION= 1.27
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -6512,7 +6512,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
|
|||
}
|
||||
|
||||
.modal-side {
|
||||
margin: 62px 10px 10px 10px;
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6512,7 +6512,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
|
|||
}
|
||||
|
||||
.modal-side {
|
||||
margin: 62px 10px 10px 10px;
|
||||
background-color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-vicuna
|
||||
PLUGIN_VERSION= 1.44
|
||||
PLUGIN_VERSION= 1.45
|
||||
PLUGIN_COMMENT= The vicuna theme - blue sapphire
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -10699,7 +10699,7 @@ input[type="checkbox"] {
|
|||
color: #FFF;
|
||||
}
|
||||
|
||||
margin: 62px 10px 10px 10px;
|
||||
.modal-side {
|
||||
background-color: #1a262d !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -6517,7 +6517,6 @@ input[type="checkbox"].checkbox-switch:checked + i::before, input[type="checkbox
|
|||
}
|
||||
|
||||
.modal-side {
|
||||
margin: 62px 10px 10px 10px;
|
||||
background-color: #1a262d !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue