diff options
author | silvus <silvus@silvus.fr> | 2013-04-22 22:58:07 +0200 |
---|---|---|
committer | silvus <silvus@silvus.fr> | 2013-04-22 22:58:07 +0200 |
commit | 9acfade8294755cce6c1170364f2669cb73edbbe (patch) | |
tree | a383abc438aa90ff478a7886de3d183765e01352 /css/style-light.css | |
parent | d3607de9297d1af9a788c90b1297e644ce882ca7 (diff) | |
download | wallabag-9acfade8294755cce6c1170364f2669cb73edbbe.tar.gz wallabag-9acfade8294755cce6c1170364f2669cb73edbbe.tar.zst wallabag-9acfade8294755cce6c1170364f2669cb73edbbe.zip |
Reprise du style de l'écran de connexion
Diffstat (limited to 'css/style-light.css')
-rw-r--r-- | css/style-light.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/style-light.css b/css/style-light.css index 5b9c6c11..926a5cc7 100644 --- a/css/style-light.css +++ b/css/style-light.css | |||
@@ -8,6 +8,16 @@ a, a:hover, a:visited { | |||
8 | color: #000; | 8 | color: #000; |
9 | } | 9 | } |
10 | 10 | ||
11 | .bouton { | ||
12 | background-color: #000; | ||
13 | color: #fff; | ||
14 | border: none; | ||
15 | } | ||
16 | .bouton:hover { | ||
17 | background-color: #040707; | ||
18 | color: #F1F1F1; | ||
19 | } | ||
20 | |||
11 | #main ul#links li a.current { | 21 | #main ul#links li a.current { |
12 | background-color: #000; | 22 | background-color: #000; |
13 | color: #fff; | 23 | color: #fff; |