diff options
author | NumEricR <eric.github@gmail.com> | 2013-08-25 16:40:12 +0200 |
---|---|---|
committer | NumEricR <eric.github@gmail.com> | 2013-08-25 16:42:04 +0200 |
commit | a4990dd294c08e40c86123605fbfbc78bc930a6e (patch) | |
tree | 831ecaf269a2276931ded7efb98fe21f1038c5ff /tpl/css/style.css | |
parent | b4f5c46ab0ec0da26e201266440511171785a338 (diff) | |
download | wallabag-a4990dd294c08e40c86123605fbfbc78bc930a6e.tar.gz wallabag-a4990dd294c08e40c86123605fbfbc78bc930a6e.tar.zst wallabag-a4990dd294c08e40c86123605fbfbc78bc930a6e.zip |
Externalize bookmarklet style
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index 1ae3a601..3d3c5385 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -229,6 +229,13 @@ a, a:hover, a:visited { | |||
229 | font-weight: bold; | 229 | font-weight: bold; |
230 | } | 230 | } |
231 | 231 | ||
232 | #bookmarklet { | ||
233 | padding: 5px; | ||
234 | border: 1px dashed #808080; | ||
235 | background: #fff; | ||
236 | cursor: move; | ||
237 | } | ||
238 | |||
232 | footer { | 239 | footer { |
233 | clear: both; | 240 | clear: both; |
234 | } | 241 | } |