Files
commafeed/src/main/app/sass/components/_subscription-list.scss

162 lines
2.4 KiB
SCSS
Raw Normal View History

2013-05-31 10:28:30 +02:00
/* feed search dialog */
2013-05-31 12:00:35 +02:00
.feed-search-dialog .modal-body {
2022-01-02 16:03:09 +01:00
overflow: hidden;
2013-05-31 10:28:30 +02:00
}
2013-05-31 12:00:35 +02:00
.feed-search-dialog .filter-input {
2022-01-02 16:03:09 +01:00
width: 90%;
2013-05-31 12:00:35 +02:00
}
.feed-search-dialog .feed-link {
2022-01-02 16:03:09 +01:00
font-size: large;
2013-05-31 12:00:35 +02:00
}
.feed-search-dialog a:hover {
2022-01-02 16:03:09 +01:00
text-decoration: none;
2013-05-31 12:00:35 +02:00
}
.feed-search-dialog .focus a {
2022-01-02 16:03:09 +01:00
color: black;
2013-05-31 12:00:35 +02:00
}
/* tree*/
.sidebar-nav-fixed {
2022-01-02 16:03:09 +01:00
margin-top: 10px;
width: 250px;
position: fixed;
top: 0;
bottom: 0;
overflow: hidden;
}
.sidebar-nav-fixed:hover {
2022-01-02 16:03:09 +01:00
overflow-y: auto;
}
2013-12-12 09:38:09 +01:00
.sidebar-nav-fixed .ui-resizable-e {
2022-01-02 16:03:09 +01:00
width: 5px;
right: 0;
2013-12-12 09:38:09 +01:00
}
2013-06-29 19:37:21 +02:00
.full-screen .left-menu {
2022-01-02 16:03:09 +01:00
display: none;
2013-06-29 19:37:21 +02:00
}
.css-treeview {
2022-01-02 16:03:09 +01:00
margin-top: 15px;
margin-bottom: 30px;
font-family: inherit;
font-size: 13px;
white-space: nowrap;
}
.css-treeview ul {
2022-01-02 16:03:09 +01:00
list-style: none;
margin-left: 0px;
padding: 0;
}
.css-treeview li {
2022-01-02 16:03:09 +01:00
line-height: 20px;
}
.css-treeview .fldr {
2022-01-02 16:03:09 +01:00
cursor: pointer;
display: inline-block;
width: 14px;
height: 14px;
line-height: 14px;
vertical-align: text-top;
margin-top: 1px;
}
.css-treeview .error {
2022-01-02 16:03:09 +01:00
color: red;
font-style: italic;
}
.css-treeview label {
2022-01-02 16:03:09 +01:00
overflow: hidden;
text-overflow: ellipsis;
display: block;
margin: 3px 0px 3px;
}
2022-01-02 16:03:09 +01:00
.css-treeview label,
.css-treeview a,
.css-treeview label::before {
font-family: inherit;
font-size: 12px;
white-space: nowrap;
}
.css-treeview .selected {
2022-01-02 16:03:09 +01:00
color: #d14836;
}
.css-treeview .unread {
2022-01-02 16:03:09 +01:00
font-weight: bold;
}
2013-06-26 13:59:14 +02:00
.css-treeview .unread-counter {
2022-01-02 16:03:09 +01:00
color: #666;
font-size: 11px;
2013-06-26 13:59:14 +02:00
}
.css-treeview .unread ~ .unread-counter::before {
2022-01-02 16:03:09 +01:00
content: "(";
}
.css-treeview .unread ~ .unread-counter::after {
2022-01-02 16:03:09 +01:00
content: ")";
}
.css-treeview a {
2022-01-02 16:03:09 +01:00
cursor: pointer;
color: black;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.css-treeview a:hover {
2022-01-02 16:03:09 +01:00
text-decoration: none;
}
.css-treeview li .tree-item:hover {
2022-01-02 16:03:09 +01:00
background-color: #ebebeb;
text-decoration: none;
}
.css-treeview .config {
2022-01-02 16:03:09 +01:00
display: none;
}
.css-treeview .tree-item:hover .config {
2022-01-02 16:03:09 +01:00
display: block;
padding-top: 3px;
margin-right: 5px;
width: 16px;
height: 16px;
}
.css-treeview .indent1 {
2022-01-02 16:03:09 +01:00
padding-left: 16px;
}
.css-treeview .indent2 {
2022-01-02 16:03:09 +01:00
padding-left: 32px;
}
.css-treeview .indent3 {
2022-01-02 16:03:09 +01:00
padding-left: 48px;
}
.css-treeview .indent4 {
2022-01-02 16:03:09 +01:00
padding-left: 64px;
}
.css-treeview .indent5 {
2022-01-02 16:03:09 +01:00
padding-left: 80px;
}