misc: remove theme widget overflow fix

PR: https://github.com/opnsense/core/issues/2747
This commit is contained in:
Franco Fichtner
2018-10-23 08:06:02 +02:00
parent 0d849983d8
commit 01386a2e6e
4 changed files with 0 additions and 16 deletions
@@ -9519,10 +9519,6 @@ label > input {
background-color: #ec6d12;
}
.dashboard_grid_column table {
table-layout: fixed;
}
#ipsec {
#ipsec-mobile, #ipsec-tunnel, #ipsec-overview {
background-color: #393939;
@@ -6282,10 +6282,6 @@ label > input[type="radio"] {
background-color: #ec6d12;
}
.dashboard_grid_column table {
table-layout: fixed;
}
#ipsec #ipsec-mobile, #ipsec #ipsec-tunnel, #ipsec #ipsec-overview {
background-color: #393939;
}
@@ -9575,10 +9575,6 @@ label > input {
background-color: #ffe83e;
}
.dashboard_grid_column table {
table-layout: fixed;
}
#ipsec {
#ipsec-mobile, #ipsec-tunnel, #ipsec-overview {
background-color: #f0f0f0;
@@ -6293,10 +6293,6 @@ label > input[type="radio"] {
background-color: #ffe83e;
}
.dashboard_grid_column table {
table-layout: fixed;
}
#ipsec #ipsec-mobile, #ipsec #ipsec-tunnel, #ipsec #ipsec-overview {
background-color: #f0f0f0;
}