diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/css/style.css b/css/style.css index ee7a52f..276315e 100644 --- a/css/style.css +++ b/css/style.css @@ -18,21 +18,20 @@ dialog { entry { caret-color: #f7f7f7; - /* background-color: #444444; border-color: #444444; border-radius: 4px; - */ - background-color: transparent; border: none; - border-bottom: 2px solid #616161; - border-radius: 0px; - padding: 0px; + padding: 0px 10px; margin: 0px; color: #f7f7f7; box-shadow: none; } +entry:disabled { + color: #b8b8b8; +} + label { color: #f7f7f7; } |