From d340d7bae5100be172c0f46a48ad0d705d217bc2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Nov 2017 21:56:41 +0100 Subject: [PATCH] Fix CSS --- htdocs/theme/eldy/style.css.php | 4 ++++ htdocs/theme/md/style.css.php | 9 ++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 5a498593745..ecae387e9ba 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -4390,6 +4390,10 @@ a span.select2-chosen text-align: ; opacity: 0.4; } +.select2-container--default .select2-selection--single .select2-selection__placeholder { + color: unset; + opacity: 0.5; +} span#select2-boxbookmark-container, span#select2-boxcombo-container { text-align: ; opacity: 0.5; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index a02cd7f60ac..c999f18106f 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -1811,11 +1811,12 @@ table.login_table_securitycode tr td { #img_securitycode { border: 1px solid #f4f4f4; } -#img_logo, .img-logo { +#img_logo, .img_logo { max-width: 170px; max-height: 90px; } + div.login_block { border-right: 1px solid rgba(0,0,0,0.3); padding-top: 5px; @@ -4377,13 +4378,15 @@ a span.select2-chosen max-height: 400px; } - - /* Special case for the select2 add widget */ #addbox .select2-container .select2-choice > .select2-chosen, #actionbookmark .select2-container .select2-choice > .select2-chosen { text-align: ;; opacity: 0.3; } +.select2-container--default .select2-selection--single .select2-selection__placeholder { + color: unset; + opacity: 0.5; +} span#select2-boxbookmark-container, span#select2-boxcombo-container { text-align: ; opacity: 0.5;