From 069cb6192f6a1291806d337e6d26e7abd52ba996 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Wed, 27 Dec 2017 22:31:21 +0200 Subject: [PATCH] Mute disabled inputs --- client/css/style.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 5fa19b02..e9b05953 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -775,6 +775,15 @@ kbd { width: 100%; } +.input:disabled { + background-color: #ddd; +} + +.input:not(:disabled):hover, +.input:not(:disabled):focus { + border-color: #79838c; +} + #windows select.input { height: 35px; } @@ -783,11 +792,6 @@ kbd { resize: vertical; } -#windows .input:hover, -#windows .input:focus { - border-color: #79838c; -} - #windows .window { background: #fff; bottom: 0;