mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
OPNsense 19.7.3: Colour of info logo is orange instead of green
color fix for both themes and smaller height of .page-content-head, .content-box-head
This commit is contained in:
committed by
Franco Fichtner
parent
806ed989df
commit
3145be719d
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= theme-tukan
|
||||
PLUGIN_VERSION= 1.19
|
||||
PLUGIN_VERSION= 1.20
|
||||
PLUGIN_COMMENT= The tukan theme - blue/white
|
||||
PLUGIN_MAINTAINER= rene@team-rebellion.net
|
||||
|
||||
|
||||
@@ -8810,20 +8810,20 @@ body {
|
||||
margin-right: 20px;
|
||||
border: 1px solid #b0b0b0;
|
||||
border-radius: 3px;
|
||||
min-height: 38px;
|
||||
min-height: 51px;
|
||||
height: auto;
|
||||
padding: 10px 20px 10px 20px;
|
||||
padding: 8px 20px 7px 20px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
padding-bottom: 15px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 17px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.content-box-head {
|
||||
padding-bottom: 15px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 17px;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
@@ -9675,7 +9675,6 @@ textarea#update_status {
|
||||
|
||||
.fa-question-circle::before {
|
||||
content: "\f059";
|
||||
color: #ff7e25;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@@ -5721,15 +5721,15 @@ body {
|
||||
margin-right: 20px;
|
||||
border: 1px solid #b0b0b0;
|
||||
border-radius: 3px;
|
||||
min-height: 38px;
|
||||
min-height: 51px;
|
||||
height:auto;
|
||||
padding: 10px 20px 10px 20px;
|
||||
padding: 8px 20px 7px 20px;
|
||||
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.30);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.30); }
|
||||
|
||||
.page-content-head, .content-box-head {
|
||||
padding-bottom: 15px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 17px;
|
||||
color:#000;}
|
||||
.page-content-head .navbar-nav, .content-box-head .navbar-nav {
|
||||
width: 100%; }
|
||||
@@ -6377,7 +6377,6 @@ textarea#update_status, textarea#update_status:hover {
|
||||
|
||||
.fa-question-circle::before {
|
||||
content: "\f059";
|
||||
color: #ff7e25;
|
||||
cursor: pointer;
|
||||
}
|
||||
.fa-refresh::before {
|
||||
|
||||
Reference in New Issue
Block a user