All Themes updates /fixes

logo updates und some other changes
This commit is contained in:
opnsenseuser
2025-03-23 20:54:29 +01:00
committed by Franco Fichtner
parent 18fac64e22
commit e2799bb11b
24 changed files with 7871 additions and 3759 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-cicada
PLUGIN_VERSION= 1.38
PLUGIN_VERSION= 1.39
PLUGIN_REVISION= 1
PLUGIN_COMMENT= The cicada theme - dark grey onyx
PLUGIN_MAINTAINER= rene@team-rebellion.net
@@ -5363,7 +5363,7 @@ tbody.collapse.in {
&.pull-right {
right: 0;
left: auto;
background-color: #e5e5e5;
background-color: #222;
}
.divider {
@@ -6242,6 +6242,8 @@ a:focus {
}
.navbar-header {
padding-top: 12px;
&:before {
content: " ";
display: table;
@@ -6384,22 +6386,9 @@ a:focus {
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 20px;
font-size: 18px;
height: 50px;
&:hover, &:focus {
text-decoration: none;
}
}
@media (min-width: 768px) {
.navbar > {
.container .navbar-brand, .container-fluid .navbar-brand {
margin-left: -20px;
}
.navbar-brand img {
&.brand-logo, &.brand-icon {
height: 30px;
}
}
@@ -7923,8 +7912,8 @@ a.list-group-item-danger {
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
background-color: #2d2d2d;
border-top: 1px solid #191919;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
@@ -9758,7 +9747,7 @@ main.page-content.col-lg-12 {
}
a.list-group-item.active-menu-title {
color: #bac3ca !important;
color: #dd630d !important;
background-color: #151515 !important;
}
}
@@ -9906,6 +9895,7 @@ button.toggle-sidebar {
margin-top: 18px;
float: left;
outline: none;
padding-left: 20px;
}
/* COLLAPSE SIDEBAR END*/
@@ -10138,10 +10128,6 @@ button.toggle-sidebar {
border-radius: 0 !important;
}
.navbar-brand {
padding: 10px 20px;
}
.label-opnsense {
/* emulates btn */
display: inline-block;
@@ -18,12 +18,14 @@
vertical-align: middle;
width: 180px;
}
.bootgrid-header .search .glyphicon,
.bootgrid-footer .search .glyphicon {
.bootgrid-header .search .fa-solid,
.bootgrid-footer .search .fa-solid {
top: 0;
}
.bootgrid-header .search .fa,
.bootgrid-footer .search .fa {
.bootgrid-header .search .fa-solid,
.bootgrid-footer .search .fa,
.bootgrid-footer .search .fa-solid {
display: table-cell;
}
.bootgrid-header .search.search-field::-ms-clear,
@@ -42,9 +44,6 @@
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu {
color: #fff;
background-color: #2a2a2a;
border-color: #1d1d1d;
text-align: left;
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item,
@@ -59,9 +58,9 @@
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus {
color: #fff;
color: #FFF;
text-decoration: none;
background-color: #ec6d12;
background-color: #dd630d;
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
@@ -81,7 +80,7 @@
outline: 0;
}
.bootgrid-table th > .column-header-anchor {
color: #fff;
color: #e8f1f9;
cursor: not-allowed;
display: block;
position: relative;
@@ -100,18 +99,14 @@
white-space: nowrap;
}
.bootgrid-table th > .column-header-anchor > .icon {
color: #fff;
display: block;
position: absolute;
right: 0;
top: 2px;
}
.bootgrid-table th > .column-header-anchor > .glyphicon {
color: #fff;
}
.bootgrid-table th:hover,
.bootgrid-table th:active {
background: #4b4b4b;
background: #fafafa;
}
.bootgrid-table td {
overflow: hidden;
@@ -122,7 +117,7 @@
}
.bootgrid-table td.loading,
.bootgrid-table td.no-results {
background: none;
background: #202020;
text-align: center;
}
.bootgrid-table th.select-cell,
@@ -3192,7 +3192,7 @@ tbody.collapse.in {
.dropdown-menu.pull-right {
right: 0;
left: auto;
background-color: #e5e5e5;}
background-color: #222;}
.dropdown-menu .divider {
height: 1px;
@@ -3717,6 +3717,10 @@ tbody.collapse.in {
.navbar {
border-radius: 0; } }
.navbar-header {
padding-top: 12px;
}
.navbar-header:before, .navbar-header:after {
content: " ";
display: table; }
@@ -3806,18 +3810,12 @@ tbody.collapse.in {
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15px 20px;
font-size: 18px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -20px; } }
.navbar-brand img.brand-logo {
height: 30px;
}
.navbar-brand img.brand-icon {
height: 30px;
}
.navbar-toggle {
position: relative;
float: left;
@@ -4718,8 +4716,8 @@ a.list-group-item-danger {
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
background-color: #2d2d2d;
border-top: 1px solid #191919;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
@@ -6058,6 +6056,7 @@ button.toggle-sidebar {
margin-top: 18px;
float:left;
outline:none;
padding-left: 20px;
}
/* COLLAPSE SIDEBAR END*/
@@ -6220,9 +6219,6 @@ button.toggle-sidebar {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
border-radius: 0 !important; }
.navbar-brand {
padding: 10px 20px; }
.label-opnsense {
/* emulates btn */
display: inline-block;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" width="71.25pt" height="73.5pt" viewBox="0 0 71.25 73.5" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(0,73.5)scale(.075,.075)" fill="#DD630D">
<path id="path1" d="M 220 -875 l 0 105 265 0 265 0 0 275 0 275 95 0 95 0 0 -228 0 -227 -153 -153 -152 -152 -208 0 -207 0 0 105 z M 0 -537 l 0 222 153 153 152 152 213 0 212 0 0 -100 0 -100 -265 0 -265 0 0 -275 0 -275 -100 0 -100 0 0 223 z " />
</g>
</svg>
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-tukan
PLUGIN_VERSION= 1.28
PLUGIN_VERSION= 1.29
PLUGIN_COMMENT= The tukan theme - blue/white
PLUGIN_MAINTAINER= rene@team-rebellion.net
PLUGIN_NO_ABI= yes
File diff suppressed because it is too large Load Diff
@@ -18,9 +18,14 @@
vertical-align: middle;
width: 180px;
}
.bootgrid-header .search .fa-solid,
.bootgrid-footer .search .fa-solid {
top: 0;
}
.bootgrid-header .search .fa,
.bootgrid-footer .search .fa {
.bootgrid-header .search .fa-solid,
.bootgrid-footer .search .fa,
.bootgrid-footer .search .fa-solid {
display: table-cell;
}
.bootgrid-header .search.search-field::-ms-clear,
@@ -39,9 +44,6 @@
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu {
color: #000;
background-color: #f0f0f0;
border-color: #1d1d1d;
text-align: left;
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item,
@@ -56,9 +58,9 @@
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus {
color: #fff;
color: #FFF;
text-decoration: none;
background-color: #ff7e25;
background-color: #dd630d;
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
@@ -78,7 +80,7 @@
outline: 0;
}
.bootgrid-table th > .column-header-anchor {
color: #000;
color: #e8f1f9;
cursor: not-allowed;
display: block;
position: relative;
@@ -95,21 +97,16 @@
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
color:#FFF;
}
.bootgrid-table th > .column-header-anchor > .icon {
color: #000;
display: block;
position: absolute;
right: 0;
top: 2px;
}
.bootgrid-table th > .column-header-anchor > .glyphicon {
color: #000;
}
.bootgrid-table th:hover,
.bootgrid-table th:active {
background: #f2fafe;
background: #fafafa;
}
.bootgrid-table td {
overflow: hidden;
@@ -142,7 +139,6 @@
-o-text-overflow: inherit !important;
text-overflow: inherit !important;
white-space: inherit !important;
color: #FFF;
}
.table-responsive .bootgrid-table td {
overflow: inherit !important;
@@ -3713,7 +3713,9 @@ tbody.collapse.in {
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-header {
padding-top: 12px;
}
.navbar-collapse {
overflow-x: visible;
padding-right: 20px;
@@ -3795,18 +3797,6 @@ tbody.collapse.in {
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15px 20px;
font-size: 18px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -20px; } }
.navbar-toggle {
position: relative;
float: left;
@@ -3830,7 +3820,12 @@ tbody.collapse.in {
@media (min-width: 768px) {
.navbar-toggle {
display: none; } }
.navbar-brand img.brand-logo {
height: 30px;
}
.navbar-brand img.brand-icon {
height: 30px;
}
.navbar-nav {
margin: 7.5px -20px; }
.navbar-nav > li > a {
@@ -5864,7 +5859,7 @@ body {
background-color: #172c38;}
.login-modal-head {
height: 75px;
padding: 0 20px; }
padding: 20px 20px; }
.login-modal-content {
padding: 20px 20px 20px 20px; }
.login-modal-foot {
@@ -6049,6 +6044,7 @@ button.toggle-sidebar {
margin-top: 18px;
float:left;
outline:none;
padding-left: 20px;
}
/* COLLAPSE SIDEBAR END*/
@@ -6219,9 +6215,6 @@ button.toggle-sidebar {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
border-radius: 0 !important; }
.navbar-brand {
padding: 10px 20px; }
.label-opnsense {
/* emulates btn */
display: inline-block;
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" width="71.25pt" height="73.5pt" viewBox="0 0 71.25 73.5" preserveAspectRatio="xMidYMid meet" xmlns="http://www.w3.org/2000/svg">
<g transform="translate(0,73.5)scale(.075,.075)" fill="#DD630D">
<path id="path1" d="M 220 -875 l 0 105 265 0 265 0 0 275 0 275 95 0 95 0 0 -228 0 -227 -153 -153 -152 -152 -208 0 -207 0 0 105 z M 0 -537 l 0 222 153 153 152 152 213 0 212 0 0 -100 0 -100 -265 0 -265 0 0 -275 0 -275 -100 0 -100 0 0 223 z " />
</g>
</svg>
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= theme-vicuna
PLUGIN_VERSION= 1.48
PLUGIN_VERSION= 1.49
PLUGIN_REVISION= 1
PLUGIN_COMMENT= The vicuna theme - blue sapphire
PLUGIN_MAINTAINER= rene@team-rebellion.net
@@ -5474,7 +5474,7 @@ tbody.collapse.in {
&.pull-right {
right: 0;
left: auto;
background-color: #e5e5e5;
background-color: #1b272f;
}
.divider {
@@ -6360,6 +6360,8 @@ a:focus {
display: table;
clear: both;
}
padding-top: 12px;
}
@media (min-width: 768px) {
@@ -6493,25 +6495,6 @@ a:focus {
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 20px;
font-size: 18px;
height: 50px;
&:hover, &:focus {
text-decoration: none;
}
}
@media (min-width: 768px) {
.navbar > {
.container .navbar-brand, .container-fluid .navbar-brand {
margin-left: -20px;
}
}
}
.navbar-toggle {
position: relative;
float: left;
@@ -8023,8 +8006,8 @@ a.list-group-item-danger {
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
background-color: #172229;
border-top: 1px solid #191919;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
@@ -10022,6 +10005,7 @@ button.toggle-sidebar {
margin-top: 18px;
float: left;
outline: none;
padding-left: 20px;
}
/* COLLAPSE SIDEBAR END*/
@@ -10267,10 +10251,6 @@ button.toggle-sidebar {
border-radius: 0 !important;
}
.navbar-brand {
padding: 10px 20px;
}
.label-opnsense {
/* emulates btn */
display: inline-block;
@@ -18,9 +18,14 @@
vertical-align: middle;
width: 180px;
}
.bootgrid-header .search .fa-solid,
.bootgrid-footer .search .fa-solid {
top: 0;
}
.bootgrid-header .search .fa,
.bootgrid-footer .search .fa {
.bootgrid-header .search .fa-solid,
.bootgrid-footer .search .fa,
.bootgrid-footer .search .fa-solid {
display: table-cell;
}
.bootgrid-header .search.search-field::-ms-clear,
@@ -39,9 +44,6 @@
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu {
color: #fff;
background-color: #1c2931;
border-color: #191919;
text-align: left;
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item,
@@ -56,9 +58,9 @@
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:hover,
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item:focus {
color: #fff;
color: #FFF;
text-decoration: none;
background-color: #ff7e25;
background-color: #dd630d;
}
.bootgrid-header .actionBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
.bootgrid-footer .infoBar .btn-group > .btn-group .dropdown-menu .dropdown-item.dropdown-item-checkbox,
@@ -78,7 +80,7 @@
outline: 0;
}
.bootgrid-table th > .column-header-anchor {
color: #FFF;
color: #e8f1f9;
cursor: not-allowed;
display: block;
position: relative;
@@ -97,18 +99,14 @@
white-space: nowrap;
}
.bootgrid-table th > .column-header-anchor > .icon {
color: #000;
display: block;
position: absolute;
right: 0;
top: 2px;
}
.bootgrid-table th > .column-header-anchor > .glyphicon {
color: #000;
}
.bootgrid-table th:hover,
.bootgrid-table th:active {
background: #f2fafe;
background: #fafafa;
}
.bootgrid-table td {
overflow: hidden;
@@ -119,7 +117,7 @@
}
.bootgrid-table td.loading,
.bootgrid-table td.no-results {
background: none;
background: #172229;
text-align: center;
}
.bootgrid-table th.select-cell,
@@ -3178,7 +3178,7 @@ tbody.collapse.in {
.dropdown-menu.pull-right {
right: 0;
left: auto;
background-color: #e5e5e5; }
background-color: #1b272f; }
.dropdown-menu .divider {
height: 1px;
@@ -3704,7 +3704,9 @@ tbody.collapse.in {
@media (min-width: 768px) {
.navbar-header {
float: left; } }
.navbar-header {
padding-top: 12px;
}
.navbar-collapse {
overflow-x: visible;
padding-right: 20px;
@@ -3786,18 +3788,6 @@ tbody.collapse.in {
margin-bottom: 0;
border-width: 1px 0 0; }
.navbar-brand {
float: left;
padding: 15px 20px;
font-size: 18px;
height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none; }
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -20px; } }
.navbar-toggle {
position: relative;
float: left;
@@ -4691,8 +4681,8 @@ a.list-group-item-danger {
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
background-color: #172229;
border-top: 1px solid #191919;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px; }
@@ -6038,6 +6028,7 @@ button.toggle-sidebar {
margin-top: 18px;
float:left;
outline:none;
padding-left: 20px;
}
/* COLLAPSE SIDEBAR END*/
@@ -6207,9 +6198,6 @@ button.toggle-sidebar {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
border-radius: 0 !important; }
.navbar-brand {
padding: 10px 20px; }
.label-opnsense {
/* emulates btn */
display: inline-block;

Some files were not shown because too many files have changed in this diff Show More