diff options
| author | 2013-11-15 17:26:22 +0100 | |
|---|---|---|
| committer | 2013-11-15 17:26:22 +0100 | |
| commit | c805b031481d5b53b0f5f9d6d39bc83911709834 (patch) | |
| tree | 673938de8b4c681e9b0e7e96d04c3da574c2572e /public/themes/default/freshrss.css | |
| parent | 147b3fdda4d95c217ee3923930587d1dc1bd97ee (diff) | |
Corrige style bigMarkAsRead
Corrige problème héritage de style pour bigMarkAsRead.
Plus détails
Diffstat (limited to 'public/themes/default/freshrss.css')
| -rw-r--r-- | public/themes/default/freshrss.css | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index a05a3cf04..81ff6d196 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -575,7 +575,7 @@ font-size: 0; } -a.bigMarkAsRead { +#bigMarkAsRead { display: block; font-style: normal; padding: 32px 0 64px 0; @@ -583,14 +583,14 @@ a.bigMarkAsRead { text-decoration: none; text-shadow: 0 -1px 0 #aaa; } -a.bigMarkAsRead:hover { - background: #333; - color: #fff; -} -.bigTick { - font-size: 72pt; - line-height: 1.6em; -} + #bigMarkAsRead:hover { + background: #333; + color: #fff; + } + .bigTick { + font-size: 72pt; + line-height: 1.6em; + } /*** NOTIFICATION ***/ .notification { |
