diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-04 17:16:05 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-04 17:16:05 +0500 |
commit | 8c4337fb90487ce9986ab67fcb695a53e90f74d9 (patch) | |
tree | a0447f3dec02b4a2ebd6090ea3c739087668d828 /web/app.css | |
parent | 247a6bd4193077bd77608aca87d4e912f2c028ac (diff) | |
download | trackermap-web-8c4337fb90487ce9986ab67fcb695a53e90f74d9.tar.gz trackermap-web-8c4337fb90487ce9986ab67fcb695a53e90f74d9.tar.bz2 trackermap-web-8c4337fb90487ce9986ab67fcb695a53e90f74d9.zip |
Implement known attributes
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app.css b/web/app.css index cb9d2bc2..73398cd8 100644 --- a/web/app.css +++ b/web/app.css @@ -12,6 +12,11 @@ background-color: #5fa2dd !important; } +/* workaround for https://www.sencha.com/forum/showthread.php?330718-6-2-ColorField-color-preview-doesn-t-match-color */ +.custom-color-picker-swatch { + z-index: 10 !important; +} + body.x-border-layout-ct, div.x-border-layout-ct { background-color: #bbbbbb !important; } |