Cicada/Vicuna Theme Updates (#2037)

This commit is contained in:
René 2020-09-21 08:35:06 +02:00 committed by GitHub
parent 7adcd31035
commit fbc46e1a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 125 additions and 7 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.24
PLUGIN_VERSION= 1.25
PLUGIN_COMMENT= The cicada theme - dark grey
PLUGIN_MAINTAINER= rene@team-rebellion.net

View file

@ -10577,7 +10577,7 @@ h3 {
border: 1px solid #191919;
}
/*additional extensions for sensei*/
/*additional extensions for sensei and more*/
.preloader-wrapper {
background-color: #202020 !important;
@ -10732,3 +10732,33 @@ label.btn.au-target {
.metric-table tbody > tr:last-child > td, .list-table tbody > tr:last-child > td {
border-bottom: 1px solid #555 !important;
}
.phase1_tr td {
background-color: #262626 !important;
}
ul.jqtree-tree {
.jqtree-toggler {
&:hover {
color: #dd630d !important;
}
color: #fff !important;
}
.jqtree-title {
color: #9d9d9d !important;
}
}
.interface-table {
background-color: #242424 !important;
}
.modal-side-settings {
background-color: #2f2f2f !important;
}
[role="listbox"] {
border: 1px solid #191919 !important;
}

View file

@ -6462,7 +6462,7 @@ h3:hover, h3:focus {
border: 1px solid #191919;
}
/*additional extensions for sensei*/
/*additional extensions for sensei and more*/
.preloader-wrapper {
background-color: #202020 !important;
@ -6587,3 +6587,31 @@ label.btn.au-target {
.metric-table tbody > tr:last-child > td, .list-table tbody > tr:last-child > td {
border-bottom: 1px solid #555 !important;
}
.phase1_tr td {
background-color: #262626 !important;
}
ul.jqtree-tree .jqtree-toggler:hover {
color:#dd630d !important;
}
ul.jqtree-tree .jqtree-toggler {
color:#fff !important;
}
ul.jqtree-tree .jqtree-title {
color:#9d9d9d !important;
}
.interface-table {
background-color: #242424 !important;
}
.modal-side-settings {
background-color: #2f2f2f !important;
}
[role="listbox"] {
border: 1px solid #191919 !important;
}

View file

@ -1,5 +1,5 @@
PLUGIN_NAME= theme-vicuna
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= The vicuna theme - dark anthrazit
PLUGIN_MAINTAINER= rene@team-rebellion.net

View file

@ -6202,7 +6202,7 @@ a:focus {
}
&.active > a {
color: #FFF;
color: #D77610;
background-color: #393939;
border-bottom-color: transparent;
cursor: pointer;
@ -6210,7 +6210,7 @@ a:focus {
filter: alpha(opacity = 100);
&:hover, &:focus {
color: #FFF;
color: #D77610;
background-color: #393939;
border-bottom-color: transparent;
cursor: pointer;
@ -10724,3 +10724,34 @@ label.btn.au-target {
.ui-resizable-e {
border-right: 1px solid #191919 !important;
}
.phase1_tr td {
background-color: #315a71 !important;
}
ul.jqtree-tree {
.jqtree-toggler {
&:hover {
color: #dd630d !important;
}
color: #fff !important;
}
.jqtree-title {
color: #9d9d9d !important;
}
}
.interface-table {
background-color: #172229 !important;
border: 0.1px solid #191919 !important;
}
.modal-side-settings {
background-color: #172229 !important;
}
[role="listbox"] {
border: 1px solid #191919 !important;
}

View file

@ -3605,7 +3605,7 @@ tbody.collapse.in {
cursor:pointer;}
.nav-tabs > li > a:hover {opacity: 0.8; filter: alpha(opacity=80);}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #FFF;
color: #D77610;
background-color: #393939;
border-bottom-color: transparent;
cursor: pointer;
@ -6543,3 +6543,32 @@ label.btn.au-target {
.ui-resizable-e {
border-right: 1px solid #191919 !important;
}
.phase1_tr td {
background-color: #315a71 !important;
}
ul.jqtree-tree .jqtree-toggler:hover {
color:#dd630d !important;
}
ul.jqtree-tree .jqtree-toggler {
color:#fff !important;
}
ul.jqtree-tree .jqtree-title {
color:#9d9d9d !important;
}
.interface-table {
background-color: #172229 !important;
border: 0.1px solid #191919 !important;
}
.modal-side-settings {
background-color: #172229 !important;
}
[role="listbox"] {
border: 1px solid #191919 !important;
}