aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Dark
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-16 14:12:44 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-09-16 14:12:44 +0200
commitc6dbe9def83153c7c274ef0fa47fe27ef592d3ab (patch)
tree791b0623d319a056ff6022ea26b7e939081603d8 /p/themes/Dark
parent5d9479a4ac3260c799655423e4d63f721c81e6ed (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.css7
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;
}