diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:44:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-06-09 00:44:35 +0200 |
commit | 5887754d12d84c6a72a95392ad01b70fbf981fa8 (patch) | |
tree | e863e06391207b31118388c3ee6b3392c3e280d4 /data/css/style.css | |
parent | 3a5c68fd37579ef7fae8114f16be2b53947c0135 (diff) |
update jquery and jquery.ui to 2.0.2 and 1.10.3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index 010bce212..5d03b3f4c 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -151,6 +151,11 @@ code, pre, textarea { display: none; } +.ui-autocomplete { + z-index: 1500; +} + + /* highlighting theme */ .hll { background-color: #ffffcc } .c { color: #999988; font-style: italic } /* Comment */ |