From f43e74d5c712fc183baa37bcfc7cada9f7408c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= <34602360+opnsenseuser@users.noreply.github.com> Date: Mon, 6 May 2019 06:49:12 +0200 Subject: [PATCH] Themes - Tukan/Cicada - .text-info color changed - better readability and few other fixes (#1323) --- .../themes/cicada/assets/stylesheets/main.scss | 16 ++++++++++++---- .../www/themes/cicada/build/css/main.css | 12 ++++++++++-- .../themes/tukan/assets/stylesheets/main.scss | 18 +++++++++++++----- .../www/themes/tukan/build/css/main.css | 14 +++++++++++--- 4 files changed, 46 insertions(+), 14 deletions(-) diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index d000d196b..7021a4fb4 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss @@ -9498,11 +9498,23 @@ select { min-width: 3.5em; } +#grid-log { + border: 1px solid #515151; +} + #grid-top { -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } +.table-condensed.table-hover { + border: 1px solid #515151; +} + +#rules.table-condensed.table-hover { + border: none; +} + @media screen and (max-width: 767px) { .table-responsive { margin-bottom: 0; @@ -9669,10 +9681,6 @@ h3 { } } -.table-condensed.table-hover { - border: 1px solid #515151; -} - .bootgrid-header .search .glyphicon, .bootgrid-footer .search .glyphicon, .input-group-addon { top: 0; background-color: #ec6d12; 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 2706ee900..a7bb7e8a4 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 @@ -5691,7 +5691,7 @@ html, body { height: 100%; font-family: 'SourceSansProRegular'; scrollbar-width: thin; - scrollbar-color: #424242 #323232; + scrollbar-color: #424242 #323232; background-color: #2a2a2a; } @@ -6387,10 +6387,18 @@ h3:hover, h3:focus { text-decoration: underline; } -.table-condensed.table-hover { +#grid-log { border: 1px solid #515151; } +.table-condensed.table-hover { + border: 1px solid #515151; +} + +#rules.table-condensed.table-hover { + border: none; +} + .bootgrid-header .search .glyphicon, .bootgrid-footer .search .glyphicon, .input-group-addon { diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index 814bca2f1..639dee404 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -1533,7 +1533,7 @@ a.text-success:hover { } .text-info { - color: #294c5f; + color: #47809f; } a.text-info:hover { @@ -9513,11 +9513,23 @@ option { min-width: 3.5em; } +#grid-log { + border: 1px solid #c2c2c2; +} + #grid-top { -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); } +.table-condensed.table-hover { + border: 1px solid #bdbdbd; +} + +#rules.table-condensed.table-hover { + border: none; +} + @media screen and (max-width: 767px) { .table-responsive { margin-bottom: 0; @@ -9691,10 +9703,6 @@ h3 { } } -.table-condensed.table-hover { - border: 1px solid #bdbdbd; -} - .btn-group.bootstrap-select { &.open, &:hover { border-color: #323232 !important; 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 e76f62657..716d3d81f 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 @@ -1131,7 +1131,7 @@ a.text-success:hover { color: #7fc54f; } .text-info { - color: #294c5f; } + color: #47809f; } a.text-info:hover { color: #245269; } @@ -5681,7 +5681,7 @@ html, body { height: 100%; font-family: 'SourceSansProRegular'; scrollbar-width: thin; - scrollbar-color: #315a71 #e3e3e3; + scrollbar-color: #315a71 #e3e3e3; background-color: #fff; } @@ -6387,8 +6387,16 @@ h3:hover, h3:focus { text-decoration: underline; } +#grid-log { + border: 1px solid #c2c2c2; +} + .table-condensed.table-hover { - border: 1px solid #bdbdbd; + border: 1px solid #bdbdbd; +} + +#rules.table-condensed.table-hover { + border: none; } .btn-group.bootstrap-select.open, .btn-group.bootstrap-select:hover {