diff options
| author | 2014-09-18 09:00:41 +0200 | |
|---|---|---|
| committer | 2014-09-18 09:00:41 +0200 | |
| commit | 7d461779b3a98949122ef8b06357a10941143cb1 (patch) | |
| tree | 08ce982f247754cebefac30cbc5c66a6a38a4621 | |
| parent | 0ef1fd6e4dd55f3626bae585b04b82ad194b8c63 (diff) | |
Change color:hover for bigMark
See https://github.com/marienfressinaud/FreshRSS/issues/480
| -rw-r--r-- | p/themes/Origine/origine.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 55ff3fc73..2f7baee7d 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -808,12 +808,12 @@ a.btn { background: #fafafa; } #bigMarkAsRead:hover { - color: #27ae60; + color: #0062be; background: #fff; box-shadow: 0 -5px 10px #eee inset; } #bigMarkAsRead:hover .bigTick { - text-shadow: 0 0 5px #27ae60; + text-shadow: 0 0 5px #0062be; } /*=== Navigation menu (for articles) */ |
