mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Vicuna - Cicada color fixes (#3195)
some color fixes for .bootstrap-tagsinput; .table-custom-categories;router-view;.btn-info
This commit is contained in:
parent
9e4a782e3f
commit
cfe0d0fa02
6 changed files with 98 additions and 22 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.29
|
||||
PLUGIN_VERSION= 1.30
|
||||
PLUGIN_COMMENT= The cicada theme - dark grey onyx
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -4998,20 +4998,20 @@ fieldset[disabled] .btn-success {
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #B0CDDB;
|
||||
border-color: #9ec2d3;
|
||||
background-color: #00370b;
|
||||
border-color: #191919;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
color: #fff;
|
||||
background-color: #8db7cb;
|
||||
border-color: #74a7c0;
|
||||
background-color: #dd630d;
|
||||
border-color: #191919;
|
||||
}
|
||||
}
|
||||
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #8db7cb;
|
||||
border-color: #74a7c0;
|
||||
background-color: #dd630d;
|
||||
border-color: #191919;
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
|
|
@ -10663,3 +10663,23 @@ ul.jqtree-tree {
|
|||
#reports-tab {
|
||||
border-bottom: 1px solid #191919;
|
||||
}
|
||||
|
||||
router-view {
|
||||
.text-success.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.text-danger.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
border: 1px solid #191919 !important;
|
||||
}
|
||||
|
||||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3013,12 +3013,12 @@ select[multiple].input-lg,
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #B0CDDB;
|
||||
border-color: #9ec2d3; }
|
||||
background-color: #00370b;
|
||||
border-color: #191919; }
|
||||
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #8db7cb;
|
||||
border-color: #74a7c0; }
|
||||
background-color: #dd630d;
|
||||
border-color: #191919; }
|
||||
|
||||
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
||||
background-image: none; }
|
||||
|
|
@ -6637,3 +6637,21 @@ ul.jqtree-tree .jqtree-title {
|
|||
#reports-tab {
|
||||
border-bottom: 1px solid #191919;
|
||||
}
|
||||
|
||||
router-view .text-success.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
router-view .text-danger.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
border: 1px solid #191919 !important;
|
||||
}
|
||||
|
||||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= theme-vicuna
|
||||
PLUGIN_VERSION= 1.41
|
||||
PLUGIN_VERSION= 1.42
|
||||
PLUGIN_COMMENT= The vicuna theme - blue sapphire
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
PLUGIN_NO_ABI= yes
|
||||
|
|
|
|||
|
|
@ -5109,20 +5109,20 @@ fieldset[disabled] .btn-success {
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #B0CDDB;
|
||||
border-color: #9ec2d3;
|
||||
background-color: #00370b;
|
||||
border-color: #191919;
|
||||
|
||||
&:hover, &:focus, &:active, &.active {
|
||||
color: #fff;
|
||||
background-color: #8db7cb;
|
||||
border-color: #74a7c0;
|
||||
background-color: #dd630d;
|
||||
border-color: #191919;
|
||||
}
|
||||
}
|
||||
|
||||
.open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #8db7cb;
|
||||
border-color: #74a7c0;
|
||||
background-color: #dd630d;
|
||||
border-color: #191919;
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
|
|
@ -10785,3 +10785,23 @@ ul.jqtree-tree {
|
|||
#reports-tab {
|
||||
border-bottom: 1px solid #191919;
|
||||
}
|
||||
|
||||
router-view {
|
||||
.text-success.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.text-danger.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
border: 1px solid #191919 !important;
|
||||
}
|
||||
|
||||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2999,12 +2999,12 @@ select[multiple].input-lg,
|
|||
|
||||
.btn-info {
|
||||
color: #fff;
|
||||
background-color: #B0CDDB;
|
||||
border-color: #9ec2d3; }
|
||||
background-color: #00370b;
|
||||
border-color: #191919; }
|
||||
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
||||
color: #fff;
|
||||
background-color: #8db7cb;
|
||||
border-color: #74a7c0; }
|
||||
background-color: #dd630d;
|
||||
border-color: #191919; }
|
||||
|
||||
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
|
||||
background-image: none; }
|
||||
|
|
@ -6599,3 +6599,21 @@ ul.jqtree-tree .jqtree-title {
|
|||
#reports-tab {
|
||||
border-bottom: 1px solid #191919;
|
||||
}
|
||||
|
||||
router-view .text-success.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
router-view .text-danger.m-r-5 {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.bootstrap-tagsinput {
|
||||
border: 1px solid #191919 !important;
|
||||
}
|
||||
|
||||
.table-custom-categories {
|
||||
border: 1px solid #181818 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue