diff options
author | Abyss777 <abyss@fox5.ru> | 2017-12-26 09:01:04 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-12-28 09:13:37 +0500 |
commit | 54210c6f8bcd5d2e467d63aa5ac51389c8853b5f (patch) | |
tree | 603fca42924479dd6aca922e29008d5c1c68e828 /web/app.css | |
parent | 19768f9c88958207a20a81bdfe7ee630bf400973 (diff) | |
download | trackermap-web-54210c6f8bcd5d2e467d63aa5ac51389c8853b5f.tar.gz trackermap-web-54210c6f8bcd5d2e467d63aa5ac51389c8853b5f.tar.bz2 trackermap-web-54210c6f8bcd5d2e467d63aa5ac51389c8853b5f.zip |
Implement disabling devices
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |