mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
styling
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
|
/* tree*/
|
||||||
.sidebar-nav-fixed {
|
.sidebar-nav-fixed {
|
||||||
padding: 9px 0;
|
overflow: hidden;
|
||||||
position:fixed;
|
|
||||||
left:20px;
|
|
||||||
top:60px;
|
|
||||||
width:250px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.row-fluid > .span-fixed-sidebar {
|
|
||||||
margin-left: 290px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.css-treeview {
|
.css-treeview {
|
||||||
@@ -33,6 +26,24 @@
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* entry list*/
|
||||||
|
.entry {
|
||||||
|
border-bottom: 1px solid #CCCCCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry:hover {
|
||||||
|
background-color: #EBEBEB;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry a {
|
||||||
|
color: black;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.entry a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-heading .unread {
|
.entry-heading .unread {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user