diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-28 20:11:07 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-05-25 15:25:04 +0200 |
commit | 82e3bb5f06dc531ee1080a0313833791a1c1f3c7 (patch) | |
tree | 228456f9b4d95d03e97fc9bc1b5004aa599f95ee /tpl/default/css | |
parent | aa4797ba3679b847adc895e2f817ac058779a171 (diff) | |
download | Shaarli-82e3bb5f06dc531ee1080a0313833791a1c1f3c7.tar.gz Shaarli-82e3bb5f06dc531ee1080a0313833791a1c1f3c7.tar.zst Shaarli-82e3bb5f06dc531ee1080a0313833791a1c1f3c7.zip |
Tag list: use awesomplete for tag auto completion
Diffstat (limited to 'tpl/default/css')
-rw-r--r-- | tpl/default/css/shaarli.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index 2eda5df4..28920648 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css | |||
@@ -1098,6 +1098,10 @@ form[name="linkform"].page-form { | |||
1098 | color: #7f7f7f; | 1098 | color: #7f7f7f; |
1099 | } | 1099 | } |
1100 | 1100 | ||
1101 | #taglist .rename-tag-form { | ||
1102 | display: none; | ||
1103 | } | ||
1104 | |||
1101 | #taglist .delete-tag { | 1105 | #taglist .delete-tag { |
1102 | color: #ac2925; | 1106 | color: #ac2925; |
1103 | display: none; | 1107 | display: none; |