aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.css
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/Flat/flat.css
parent5d9479a4ac3260c799655423e4d63f721c81e6ed (diff)
Use buttons instead of links for "mark as read"
See https://github.com/marienfressinaud/FreshRSS/issues/599
Diffstat (limited to 'p/themes/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index a75ed2713..a942df0e8 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -15,7 +15,7 @@ html, body {
}
/*=== Links */
-a {
+a, button.as-link {
color: #2980b9;
outline: none;
}
@@ -338,17 +338,21 @@ 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;
}
+.dropdown-menu > .item:hover {
+ background: #2980b9;
+ color: #fff;
+}
.dropdown-menu > .item[aria-checked="true"] > a:before {
font-weight: bold;
margin: 0 0 0 -14px;
}
.dropdown-menu > .item:hover > a {
text-decoration: none;
- background: #2980b9;
color: #fff;
}
.dropdown-menu .input select,