From cd361ff1c3be15dcd7bcd4f27b088a0ca64ac72c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 23 Sep 2018 19:43:48 +0200 Subject: [PATCH] misc/theme-*: whitespace cleanup --- .../cicada/build/css/jquery.bootgrid.css | 2 +- .../www/themes/cicada/build/css/main.css | 28 +++++++++---------- .../www/themes/cicada/build/css/tokenize2.css | 4 +-- .../tukan/build/css/jquery.bootgrid.css | 2 +- .../www/themes/tukan/build/css/main.css | 16 +++++------ .../www/themes/tukan/build/css/nv.d3.css | 2 +- .../www/themes/tukan/build/css/tokenize2.css | 2 +- 7 files changed, 28 insertions(+), 28 deletions(-) diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/jquery.bootgrid.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/jquery.bootgrid.css index 6d849e784..c455999db 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/jquery.bootgrid.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/jquery.bootgrid.css @@ -106,7 +106,7 @@ right: 0; top: 2px; } -.bootgrid-table th > .column-header-anchor > .glyphicon { +.bootgrid-table th > .column-header-anchor > .glyphicon { color: #fff; } .bootgrid-table th:hover, diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css index c8d61b0c6..ce09f0c4f 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css @@ -5863,7 +5863,7 @@ main.page-content.col-lg-12 { #navigation.col-sidebar-left { width:70px; - background-color: transparent !important; + background-color: transparent !important; overflow: hidden; } @@ -6005,7 +6005,7 @@ main.page-content.col-lg-12 { position: absolute; left: 70px; margin-top:-70px; - padding-bottom: 1px; + padding-bottom: 1px; height:auto;border:1px solid #515151; -webkit-transition: width 0.1s; -o-transition: width 0.1s; @@ -6334,31 +6334,31 @@ label > input[type="radio"] { background-color: #ec6d12; } [data-state="white"] { - background-color: inherit; + background-color: inherit; } [data-state="red"] { - background-color: #ec6d12; + background-color: #ec6d12; } .dashboard_grid_column table { - table-layout: fixed; + table-layout: fixed; } #ipsec #ipsec-mobile, #ipsec #ipsec-tunnel, #ipsec #ipsec-overview { - background-color: #393939; + background-color: #393939; } #ipsec .ipsec-tab { background-color: #3e3e3e; - color: #928873; + color: #928873; } #ipsec .ipsec-tab.activetab { background-color: #2a2a2a; - color: #ec6d12; + color: #ec6d12; } - + /*additional extensions for theme-cicada*/ #tab_1 #maintabs { @@ -6404,7 +6404,7 @@ textarea#update_status, textarea#update_status:hover { div.container-fluid > .fa-search::before, div.container-fluid > .fa-refresh::before { color: #FFFFFF !important; } - + .panel-heading h3:hover, h3:focus { color: #FFFFFF; text-decoration: none; @@ -6417,7 +6417,7 @@ h3:link { h3:hover, h3:focus { color: #ec6d12; - text-decoration: underline; + text-decoration: underline; } .table-condensed.table-hover { @@ -6429,7 +6429,7 @@ h3:hover, h3:focus { .input-group-addon { top: 0; background-color: #ec6d12; - border: 1px solid #ec6d12; + border: 1px solid #ec6d12; } .btn-group.bootstrap-select.open, .btn-group.bootstrap-select:hover { @@ -6441,7 +6441,7 @@ h3:hover, h3:focus { .glyphicon.glyphicon-play.text-muted, .glyphicon.glyphicon-remove.text-muted, .glyphicon.glyphicon-remove-sign.text-muted, .glyphicon.glyphicon-info-sign.text-muted, .fa.fa-play.text-muted::before { color: #eac80a !important; } - + #system_log-widgets.content-box { border:none; } @@ -6449,4 +6449,4 @@ h3:hover, h3:focus { #chart,#chart_intf_in,#chart_intf_out,#chart_top_ports,#chart_top_sources,#traffic_graph_widget_chart_in,#traffic_graph_widget_chart_out { background-color: #292929; border: 1px solid #515151; -} \ No newline at end of file +} diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/tokenize2.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/tokenize2.css index ebb48512d..d3036d7d7 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/tokenize2.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/tokenize2.css @@ -20,7 +20,7 @@ border-color:#ec6d12; background-color:#2a2a2a; -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } .tokenize > .tokens-container.input-sm { @@ -79,7 +79,7 @@ border-color:#ec6d12; background-color:#2a2a2a; -webkit-box-shadow: inset 0 1px 1px rgb(0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.6); - box-shadow: inset 0 1px 1px rgb(0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.6); + box-shadow: inset 0 1px 1px rgb(0, 0, 0), 0 0 8px rgba(0, 0, 0, 0.6); } .tokenize > .tokens-container > .token-search > input { diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/jquery.bootgrid.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/jquery.bootgrid.css index 39dfd8887..6bddcc427 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/jquery.bootgrid.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/jquery.bootgrid.css @@ -110,7 +110,7 @@ right: 0; top: 2px; } -.bootgrid-table th > .column-header-anchor > .glyphicon { +.bootgrid-table th > .column-header-anchor > .glyphicon { color: #000; } .bootgrid-table th:hover, diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index d4acdbba7..503485487 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -5878,7 +5878,7 @@ main.page-content.col-lg-12 { #navigation.col-sidebar-left > div.row > nav.page-side-nav { width:70px; - background-color:#172c38 !important; + background-color:#172c38 !important; height:100% !important; } @@ -5915,7 +5915,7 @@ main.page-content.col-lg-12 { font-size: 12px !important; display: block !important; position: absolute !important; - left: 70px !important; + left: 70px !important; margin-top:-70px !important; } @@ -5924,7 +5924,7 @@ main.page-content.col-lg-12 { font-size: 12px !important; display: block !important; position: absolute !important; - left: 148px !important; + left: 148px !important; margin-top:-28px !important; } @@ -6073,7 +6073,7 @@ button.toggle-sidebar.glyphicon.glyphicon-chevron-left:focus, button.toggle-side } button.toggle-sidebar { - color:#FFF; + color:#FFF; background-color:transparent; font-size:14px; border:none; @@ -6348,15 +6348,15 @@ label > input[type="radio"] { /* fields in firewall schedule */ [data-state="lightcoral"] { - background-color: #ffe83e; + background-color: #ffe83e; } [data-state="white"] { - background-color: inherit; + background-color: inherit; } [data-state="red"] { - background-color: #ffe83e; + background-color: #ffe83e; } .dashboard_grid_column table { @@ -6462,6 +6462,6 @@ h3:hover, h3:focus { } #chart,#chart_intf_in,#chart_intf_out,#chart_top_ports,#chart_top_sources,#traffic_graph_widget_chart_in,#traffic_graph_widget_chart_out { - background-color: #FFF; + background-color: #FFF; border: 1px solid #c2c2c2; } diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/nv.d3.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/nv.d3.css index 900c9ee1a..0e7e5e960 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/nv.d3.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/nv.d3.css @@ -195,7 +195,7 @@ opacity: 0; stroke-width: 1; fill: rgb(143, 143, 143); - stroke: rgb(143, 143, 143); + stroke: rgb(143, 143, 143); } /* line plus bar */ diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/tokenize2.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/tokenize2.css index 3ebc90e91..6cc09737c 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/tokenize2.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/tokenize2.css @@ -20,7 +20,7 @@ border-color:#00A7FF; background-color:none; -webkit-box-shadow: none; - box-shadow: none; + box-shadow: none; } .tokenize > .tokens-container.input-sm {