From 54210c6f8bcd5d2e467d63aa5ac51389c8853b5f Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 26 Dec 2017 09:01:04 +0500 Subject: Implement disabling devices --- web/app.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/app.css') diff --git a/web/app.css b/web/app.css index 0bf0c6df..e06bb66e 100644 --- a/web/app.css +++ b/web/app.css @@ -8,6 +8,10 @@ background-color: rgba(255, 84, 104, 0.3); } +.view-item-disabled { + opacity: 0.5; +} + .toolbar-header-style { background-color: #5fa2dd !important; } -- cgit v1.2.3