diff options
| author | 2014-09-16 14:12:44 +0200 | |
|---|---|---|
| committer | 2014-09-16 14:12:44 +0200 | |
| commit | c6dbe9def83153c7c274ef0fa47fe27ef592d3ab (patch) | |
| tree | 791b0623d319a056ff6022ea26b7e939081603d8 /p/themes/Dark | |
| parent | 5d9479a4ac3260c799655423e4d63f721c81e6ed (diff) | |
Use buttons instead of links for "mark as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
Diffstat (limited to 'p/themes/Dark')
| -rw-r--r-- | p/themes/Dark/dark.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 2ef48c406..669f4ce42 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -16,9 +16,9 @@ html, body { } /*=== Links */ -a { - outline: none; +a, button.as-link { color: #6986B2; + outline: none; } /*=== Images */ @@ -338,7 +338,8 @@ a.btn { padding: 0 25px; line-height: 2.5em; } -.dropdown-menu > .item > span { +.dropdown-menu > .item > span, +.dropdown-menu > .item > .as-link { padding: 0 25px; line-height: 2em; } |
