diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-12 12:36:07 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-12 12:36:07 +0200 |
commit | 3e05742568428cfe8cfbf2dc45e3b14206368e93 (patch) | |
tree | 2a86de37cb139be76619aae1d4456c84cfc7ce80 /tpl/css/style.css | |
parent | 660b998eb7c9d1c7ba3ae5f61040084d7df6b6df (diff) | |
parent | b084cde8549c4f6efa7b089d8f1ae370b46b212f (diff) | |
download | wallabag-3e05742568428cfe8cfbf2dc45e3b14206368e93.tar.gz wallabag-3e05742568428cfe8cfbf2dc45e3b14206368e93.tar.zst wallabag-3e05742568428cfe8cfbf2dc45e3b14206368e93.zip |
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
Diffstat (limited to 'tpl/css/style.css')
-rw-r--r-- | tpl/css/style.css | 31 |
1 files changed, 24 insertions, 7 deletions
diff --git a/tpl/css/style.css b/tpl/css/style.css index c056429d..d60b443c 100644 --- a/tpl/css/style.css +++ b/tpl/css/style.css | |||
@@ -270,14 +270,31 @@ footer { | |||
270 | 270 | ||
271 | #inputform { | 271 | #inputform { |
272 | display: none; | 272 | display: none; |
273 | text-align:center; | 273 | text-align: center; |
274 | max-width:300px; | 274 | max-width: 300px; |
275 | margin-left:auto; | 275 | margin-left: auto; |
276 | margin-right:auto; | 276 | margin-right: auto; |
277 | margin-top:5px; | 277 | margin-top: 5px; |
278 | padding-bottom: 5px; | 278 | padding-bottom: 5px; |
279 | background-color: rgba(0, 0, 0, 0.9); | 279 | background-color: rgba(0, 0, 0, 0.9); |
280 | opacity:0.8; | 280 | opacity: 0.8; |
281 | color:white; | 281 | color: #fff; |
282 | border-radius: 3px; | 282 | border-radius: 3px; |
283 | } | 283 | } |
284 | |||
285 | a.back span, | ||
286 | a.top span, | ||
287 | a.fav span, | ||
288 | a.fav span:hover, | ||
289 | a.fav-off span, | ||
290 | a.fav-off span:hover, | ||
291 | a.archive span, | ||
292 | a.archive span:hover, | ||
293 | a.archive-off span, | ||
294 | a.archive-off span:hover, | ||
295 | a.twitter span, | ||
296 | a.flattr span, | ||
297 | a.email span, | ||
298 | a.delete span { | ||
299 | background-repeat: no-repeat; | ||
300 | } | ||