mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
refactored dialog
This commit is contained in:
@@ -1,8 +1,24 @@
|
||||
/* feed search dialog */
|
||||
.item-filter-dialog .modal-body {
|
||||
.feed-search-dialog .modal-body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.feed-search-dialog .filter-input {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.feed-search-dialog .feed-link {
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
.feed-search-dialog a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.feed-search-dialog .focus a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* tree*/
|
||||
.sidebar-nav-fixed {
|
||||
margin-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user