aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/theme/base.css36
1 files changed, 18 insertions, 18 deletions
diff --git a/public/theme/base.css b/public/theme/base.css
index a8a06932d..e918f32ab 100644
--- a/public/theme/base.css
+++ b/public/theme/base.css
@@ -546,25 +546,23 @@ input, select, textarea {
margin: 0 auto;
list-style: none;
}
- .catefories .feeds .item {
+ .categories .feeds .item.active:after {
+ content: "⇢";
+ line-height: 35px;
+ float: right;
+ }
+ .categories .feeds .item .feed {
+ display: inline-block;
+ margin: 0;
+ width: 165px;
+ line-height: 35px;
+ font-size: 90%;
+ vertical-align: middle;
+ text-align: left;
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
}
- .categories .feeds .item.active:after {
- content: "⇢";
- line-height: 35px;
- float: right;
- }
- .categories .feeds .item .feed {
- display: inline-block;
- margin: 0;
- width: 165px;
- line-height: 35px;
- font-size: 90%;
- vertical-align: middle;
- text-align: left;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
.categories .feeds .dropdown .dropdown-menu {
left: 0;
}
@@ -695,6 +693,7 @@ input, select, textarea {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
+ cursor: pointer;
}
.flux_header .item.title h1 {
font-size: 12px;
@@ -712,6 +711,7 @@ input, select, textarea {
text-align: right;
font-size: 10px;
color: #666;
+ cursor: pointer;
}
.flux_header .item.link {
width: 35px;