aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
Diffstat (limited to 'p')
-rw-r--r--p/themes/Dark/freshrss.css4
-rw-r--r--p/themes/Flat/freshrss.css4
-rw-r--r--p/themes/Origine/freshrss.css4
3 files changed, 6 insertions, 6 deletions
diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css
index 8e2efd383..19809c215 100644
--- a/p/themes/Dark/freshrss.css
+++ b/p/themes/Dark/freshrss.css
@@ -233,13 +233,13 @@
#new-article:hover {
background: #4A5D7A;
}
- #new-article a {
+ #new-article > a {
display: block;
line-height: 40px;
color: #fff;
font-weight: bold;
}
- #new-article a:hover {
+ #new-article > a:hover {
text-decoration: none;
}
diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css
index 80e0da330..894497656 100644
--- a/p/themes/Flat/freshrss.css
+++ b/p/themes/Flat/freshrss.css
@@ -226,13 +226,13 @@ body {
#new-article:hover {
background: #2980b9;
}
- #new-article a {
+ #new-article > a {
display: block;
line-height: 40px;
color: #fff;
font-weight: bold;
}
- #new-article a:hover {
+ #new-article > a:hover {
text-decoration: none;
}
diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css
index bedeff695..be549bf41 100644
--- a/p/themes/Origine/freshrss.css
+++ b/p/themes/Origine/freshrss.css
@@ -239,13 +239,13 @@
#new-article:hover {
background: #0066CC;
}
- #new-article a {
+ #new-article > a {
display: block;
line-height: 40px;
color: #fff;
font-weight: bold;
}
- #new-article a:hover {
+ #new-article > a:hover {
text-decoration: none;
}