mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Themes - Tukan/Cicada - some fixes and improvements (#1515)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-cicada
|
||||
PLUGIN_VERSION= 1.20
|
||||
PLUGIN_VERSION= 1.21
|
||||
PLUGIN_COMMENT= The cicada theme - grey/orange
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.20
|
||||
PLUGIN_VERSION= 1.21
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
.widgetdiv .content-box-head {
|
||||
background: #30596f !important;
|
||||
background: #294c5f !important;
|
||||
color: #FFF !important;
|
||||
padding-bottom: 1px !important;
|
||||
padding-top: 1px !important;
|
||||
@@ -7777,14 +7777,14 @@ a.list-group-item-danger {
|
||||
}
|
||||
|
||||
.panel-info {
|
||||
border-color: #bce8f1;
|
||||
border-color: #b0b0b0;
|
||||
> {
|
||||
.panel-heading {
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bce8f1;
|
||||
border-color: #b0b0b0;
|
||||
+ .panel-collapse > .panel-body {
|
||||
border-top-color: #bce8f1;
|
||||
border-top-color: #b0b0b0;
|
||||
}
|
||||
.badge {
|
||||
color: #d9edf7;
|
||||
@@ -7792,7 +7792,7 @@ a.list-group-item-danger {
|
||||
}
|
||||
}
|
||||
.panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #bce8f1;
|
||||
border-bottom-color: #b0b0b0;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -8805,7 +8805,7 @@ body {
|
||||
|
||||
.page-content-head {
|
||||
.container-fluid {
|
||||
background-color: #F0F0F0;
|
||||
background-color: #FBFBFB;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
border: 1px solid #b0b0b0;
|
||||
@@ -9111,14 +9111,14 @@ a.list-group-item.active-menu-title.collapsed {
|
||||
padding-left: 10px !important;
|
||||
font-size: 14px !important;
|
||||
background-color: #294c5f !important;
|
||||
opacity: 0.95;
|
||||
opacity: 0.98;
|
||||
}
|
||||
}
|
||||
> a.list-group-item {
|
||||
padding-left: 10px !important;
|
||||
font-size: 14px !important;
|
||||
background-color: #294c5f !important;
|
||||
opacity: 0.95;
|
||||
opacity: 0.98;
|
||||
}
|
||||
> div.collapse > a.list-group-item {
|
||||
padding-left: 10px !important;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
@charset "UTF-8";
|
||||
.widgetdiv .content-box-head {
|
||||
background: #30596f !important;
|
||||
background: #294c5f !important;
|
||||
color: #FFF !important;
|
||||
padding-bottom: 1px !important;
|
||||
padding-top: 1px !important;
|
||||
@@ -4872,18 +4872,18 @@ a.list-group-item-danger {
|
||||
border-bottom-color: #9BD275; }
|
||||
|
||||
.panel-info {
|
||||
border-color: #bce8f1; }
|
||||
border-color: #b0b0b0; }
|
||||
.panel-info > .panel-heading {
|
||||
color: #31708f;
|
||||
background-color: #d9edf7;
|
||||
border-color: #bce8f1; }
|
||||
border-color: #b0b0b0; }
|
||||
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
||||
border-top-color: #bce8f1; }
|
||||
border-top-color: #b0b0b0; }
|
||||
.panel-info > .panel-heading .badge {
|
||||
color: #d9edf7;
|
||||
background-color: #31708f; }
|
||||
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
||||
border-bottom-color: #bce8f1; }
|
||||
border-bottom-color: #b0b0b0; }
|
||||
|
||||
.panel-warning {
|
||||
border-color: #faebcc; }
|
||||
@@ -5716,7 +5716,7 @@ body {
|
||||
.page-content > .row {
|
||||
height: 100%; }
|
||||
.page-content-head .container-fluid {
|
||||
background-color: #F0F0F0;
|
||||
background-color: #FBFBFB;
|
||||
margin-left: 20px;
|
||||
margin-right: 20px;
|
||||
border: 1px solid #b0b0b0;
|
||||
@@ -5951,7 +5951,7 @@ main.page-content.col-lg-12 {
|
||||
padding-left: 10px !important;
|
||||
font-size: 14px !important;
|
||||
background-color: #294c5f !important;
|
||||
opacity: 0.95;
|
||||
opacity: 0.98;
|
||||
}
|
||||
|
||||
#navigation.col-sidebar-left > div > nav > #mainmenu > div > div.collapse > div.collapse > a.list-group-item,
|
||||
|
||||
Reference in New Issue
Block a user