aboutsummaryrefslogtreecommitdiff
path: root/public/themes
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-21 22:50:01 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-21 22:50:01 +0100
commit4a89d1e08f19c86aaafdc42a92afde3f13a1c692 (patch)
treed4c33214b9ac5f9895ff6c7f9edb09169203e8f1 /public/themes
parent305f1436e3ca2907e5234ed77f62348cf4303b79 (diff)
Corrections CSS suite aux alternatives Unicode des icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284 Corrections de https://github.com/marienfressinaud/FreshRSS/commit/305f1436e3ca2907e5234ed77f62348cf4303b79
Diffstat (limited to 'public/themes')
-rw-r--r--public/themes/default/freshrss.css6
-rw-r--r--public/themes/flat-design/freshrss.css6
2 files changed, 6 insertions, 6 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 5b9575c6a..7f57cd51b 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -330,11 +330,11 @@
color: #666;
cursor: pointer;
}
- .item.link {
+ .link {
width: 40px;
text-align: center;
}
- .item.link a {
+ .link a {
display: inline-block;
width: 40px;
height: 40px;
@@ -342,7 +342,7 @@
background: url("../icons/link.svg") center center no-repeat;
vertical-align: middle;
}
- .item.link a:hover {
+ .link a:hover {
text-decoration: none;
}
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index bf7565647..fd0cf5b00 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -309,11 +309,11 @@ body {
color: #666;
cursor: pointer;
}
- .item.link {
+ .link {
width: 40px;
text-align: center;
}
- .item.link a {
+ .link a {
display: inline-block;
width: 40px;
height: 40px;
@@ -321,7 +321,7 @@ body {
background: url("../icons/link.svg") center center no-repeat;
vertical-align: middle;
}
- .item.link a:hover {
+ .link a:hover {
text-decoration: none;
}