From c3d4bf54280b5ede17fe1f7e15be887d2488517c Mon Sep 17 00:00:00 2001 From: Safihre Date: Sat, 27 Feb 2021 09:45:56 +0100 Subject: [PATCH] Fix disabled select for Glitter Night Closes #1807 --- .../Glitter/templates/static/stylesheets/colorschemes/Night.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css b/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css index faf9707..395427c 100644 --- a/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css +++ b/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css @@ -55,6 +55,10 @@ legend, opacity: 0.7; } +.form-control[disabled] { + opacity: 0.65; +} + .progress { background-color: #DADADA; } @@ -126,6 +130,10 @@ select.form-control, .main-content .btn-default, .modal-body .btn-default, .modal-footer .btn-default, +.btn-default.disabled:hover, +.btn-default.disabled:active, +.btn-default.disabled:focus, +.form-control[disabled], #modal-options .options-function-box .input-group-addon { background-color: #555555; color: #EBEBEB;