diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-01-14 15:00:43 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-01-14 15:00:43 +0100 |
commit | c03fd3f2bf90448b05405e5c08ba880c532f52ee (patch) | |
tree | ba2a6a198d450c1eb087daadcf07d3e7145a70f5 | |
parent | f80cd8acdd38249a2a75629e3dc70c29e0ebc5cc (diff) | |
download | Shaarli-c03fd3f2bf90448b05405e5c08ba880c532f52ee.tar.gz Shaarli-c03fd3f2bf90448b05405e5c08ba880c532f52ee.tar.zst Shaarli-c03fd3f2bf90448b05405e5c08ba880c532f52ee.zip |
Improve header login button
-rw-r--r-- | tpl/default/css/shaarli.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index f9dd3e76..2a7dff1c 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css | |||
@@ -319,12 +319,18 @@ pre { | |||
319 | .subheader-form input[type="submit"] { | 319 | .subheader-form input[type="submit"] { |
320 | display: inline-block; | 320 | display: inline-block; |
321 | margin: 0 0 5px 0; | 321 | margin: 0 0 5px 0; |
322 | height: 25px; | 322 | padding: 4px 0 4px 0; |
323 | height: 28px; | ||
323 | width: 100px; | 324 | width: 100px; |
324 | background: #0C7653; | 325 | background: #1b926c; |
325 | border: medium none currentColor; | 326 | border: 1px solid #f5f5f5; |
326 | box-shadow: 1px 1px 2px #005C3E, -1px -1px 2px #005C3E; | ||
327 | color: #f5f5f5; | 327 | color: #f5f5f5; |
328 | border-radius: 2px; | ||
329 | } | ||
330 | |||
331 | .subheader-form input[type="submit"]:hover { | ||
332 | background: #f5f5f5; | ||
333 | color: #1b926c; | ||
328 | } | 334 | } |
329 | 335 | ||
330 | .new-version-message { | 336 | .new-version-message { |