From a6aeb98a1aabe4af8af32d657fa163540df26729 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Thu, 12 Apr 2018 10:31:28 +0200 Subject: [PATCH] Add disabled style for "Custom" dropdown option (#66) --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 4a176bd..a14d602 100644 --- a/css/style.css +++ b/css/style.css @@ -48,6 +48,11 @@ table.dataTable { margin-right: 0; } +/* disabled style for "Custom" option, but not for selected items */ +.bootstrap-select.btn-group .dropdown-menu li.disabled:not(.selected) a { + color: #777; +} + footer { flex: none;