Files
commafeed/src/main/webapp/css/app.css

38 lines
524 B
CSS
Raw Normal View History

2013-03-25 14:58:15 +01:00
.sidebar-nav-fixed {
padding: 9px 0;
position:fixed;
left:20px;
top:60px;
width:250px;
}
.row-fluid > .span-fixed-sidebar {
margin-left: 290px;
}
.css-treeview {
font-size: inherit;
white-space: nowrap;
}
2013-03-21 16:22:58 +01:00
.css-treeview .selected {
2013-03-25 14:58:15 +01:00
color: #d14836;
}
.css-treeview .unread {
2013-03-21 16:22:58 +01:00
font-weight: bold;
2013-03-21 19:51:00 +01:00
}
.css-treeview a {
cursor: pointer;
2013-03-25 14:58:15 +01:00
color: black;
}
.css-treeview a:hover {
cursor: pointer;
color: black;
2013-03-21 19:51:00 +01:00
}
2013-03-25 14:58:15 +01:00
.entry-heading .unread {
2013-03-21 19:51:00 +01:00
font-weight: bold;
2013-03-21 16:22:58 +01:00
}