From 688d915cca878f0fd9d959c83c4e3e7a7551eecd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 8 Oct 2020 10:04:36 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 3 +++ htdocs/theme/md/style.css.php | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index eb9fff7382c..5fe36e8687a 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5476,6 +5476,9 @@ a span.select2-chosen .select2-results { max-height: 400px; } +.select2-results__option { + word-break: break-word; +} .select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices { background-color: var(--colorbackvmenu1); background-image: none; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index dcfbc402927..cdc50311d40 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -5327,6 +5327,9 @@ a span.select2-chosen .select2-results { max-height: 400px; } +.select2-results__option { + word-break: break-word; +} .select2-container.select2-container-disabled .select2-choice, .select2-container-multi.select2-container-disabled .select2-choices { background-color: #FFFFFF; background-image: none; @@ -6451,11 +6454,11 @@ if (is_object($db)) $db->close(); ::-webkit-scrollbar { width: 12px; } -::-webkit-scrollbar-button { - background: #aaa; -} +/*::-webkit-scrollbar-button { + background: #bbb; +}*/ ::-webkit-scrollbar-track-piece { - background: #fff; + background: #f4f4f4; } ::-webkit-scrollbar-thumb { background: #ddd;