forked from Archives/Athou_commafeed
styling
This commit is contained in:
@@ -11,10 +11,11 @@
|
||||
|
||||
/* tree*/
|
||||
.sidebar-nav-fixed {
|
||||
overflow-x: hidden;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.css-treeview {
|
||||
margin-top: 15px;
|
||||
font-family: inherit;
|
||||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
@@ -25,6 +26,12 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.css-treeview label {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.css-treeview label,.css-treeview a,.css-treeview label::before {
|
||||
font-family: inherit;
|
||||
font-size: 11px;
|
||||
@@ -78,6 +85,14 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading .feed-name {
|
||||
color: #555;
|
||||
width: 150px;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#feed-accordion a.entry-heading:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
@@ -90,7 +105,7 @@
|
||||
background-color: #EBEBEB;
|
||||
}
|
||||
|
||||
#feed-accordion .entry-heading.unread {
|
||||
#feed-accordion .entry-heading .unread {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user