mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
all Themes color fixes (#3334)
This commit is contained in:
parent
c7240f4836
commit
5d8af379a5
6 changed files with 30 additions and 14 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
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
height: auto;
|
||||
width: 50%;
|
||||
object-fit:cover;
|
||||
background: #d94f0033;
|
||||
background: #242424;
|
||||
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
|
||||
box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25);
|
||||
box-shadow: 3px 5px 1px 3px rgb(28, 16, 9);
|
||||
}
|
||||
|
||||
.large-icon {
|
||||
|
|
@ -146,6 +146,10 @@
|
|||
background-color: rgba(255, 131, 0, 0.3);
|
||||
}
|
||||
|
||||
.query-error {
|
||||
background-color: #402751;
|
||||
}
|
||||
|
||||
#searchFilter {
|
||||
display: inline-block;
|
||||
margin: 0 20px 0 0;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,22 +9,23 @@
|
|||
|
||||
.stats-element {
|
||||
height: 5em;
|
||||
background: #f7f7f7;
|
||||
background: #224153;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
border-radius: .3em;
|
||||
margin:auto;
|
||||
margin: auto;
|
||||
border: 1px solid rgba(217, 79, 0, 0.2);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.stats-icon {
|
||||
height: auto;
|
||||
width: 50%;
|
||||
object-fit:cover;
|
||||
background: #d94f0033;
|
||||
background: #274a5e;
|
||||
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
|
||||
box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25);
|
||||
box-shadow: 3px 5px 1px 3px rgb(20, 38, 49);
|
||||
}
|
||||
|
||||
.large-icon {
|
||||
|
|
@ -136,7 +137,8 @@
|
|||
}
|
||||
|
||||
.query-info {
|
||||
background-color: rgba(255, 227, 0, 0.3);
|
||||
background-color: rgb(187, 144, 13);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.query-danger {
|
||||
|
|
@ -146,6 +148,12 @@
|
|||
|
||||
.query-warning {
|
||||
background-color: rgba(255, 131, 0, 0.3);
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.query-error {
|
||||
background-color: #5f295c;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#searchFilter {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -9,22 +9,22 @@
|
|||
|
||||
.stats-element {
|
||||
height: 5em;
|
||||
background: #202020;
|
||||
background: #1b2b35;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
border-radius: .3em;
|
||||
margin:auto;
|
||||
border: 1px solid rgb(24, 24, 24);
|
||||
border: 1px solid rgb(19, 19, 19);
|
||||
}
|
||||
|
||||
.stats-icon {
|
||||
height: auto;
|
||||
width: 50%;
|
||||
object-fit:cover;
|
||||
background: #d94f0033;
|
||||
background: #1a262d;
|
||||
border-radius: 0 2em 2em 0 / 0 3em 3em 0;
|
||||
box-shadow: 3px 5px 1px 3px rgba(217,79,0,0.25);
|
||||
box-shadow: 3px 5px 1px 3px rgb(15, 24, 30);
|
||||
}
|
||||
|
||||
.large-icon {
|
||||
|
|
@ -146,6 +146,10 @@
|
|||
background-color: rgba(255, 131, 0, 0.3);
|
||||
}
|
||||
|
||||
.query-error {
|
||||
background-color: #502e62;
|
||||
}
|
||||
|
||||
#searchFilter {
|
||||
display: inline-block;
|
||||
margin: 0 20px 0 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue