mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 16:01:33 +00:00
cleanup sharepopup dialog
This commit is contained in:
+35
-37
@@ -374,14 +374,6 @@ body.ttrss_main {
|
||||
padding : 5px;
|
||||
}
|
||||
|
||||
.insensitive {
|
||||
color : @default-text;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size : 11px;
|
||||
}
|
||||
|
||||
span.preview {
|
||||
color : #999;
|
||||
font-weight : normal;
|
||||
@@ -484,35 +476,6 @@ body.ttrss_main {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
div.autocomplete {
|
||||
position : absolute;
|
||||
width : 250px;
|
||||
background-color : @default-bg;
|
||||
border :1px solid @border-default;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
|
||||
ul {
|
||||
list-style-type : none;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
ul li.selected {
|
||||
background-color : darken(@default-bg, 10%);
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style-type : none;
|
||||
display : block;
|
||||
margin : 0;
|
||||
padding : 2px;
|
||||
height : 32px;
|
||||
cursor : pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
div#headlines-frame.wide {
|
||||
.title {
|
||||
overflow: visible;
|
||||
@@ -1165,6 +1128,41 @@ body.ttrss_main, body.ttrss_utility {
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
.insensitive {
|
||||
color : @default-text;
|
||||
}
|
||||
|
||||
.small {
|
||||
font-size : 11px;
|
||||
}
|
||||
|
||||
div.autocomplete {
|
||||
position : absolute;
|
||||
width : 250px;
|
||||
background-color : @default-bg;
|
||||
border :1px solid @border-default;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
|
||||
ul {
|
||||
list-style-type : none;
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
}
|
||||
|
||||
ul li.selected {
|
||||
background-color : darken(@default-bg, 10%);
|
||||
}
|
||||
|
||||
ul li {
|
||||
list-style-type : none;
|
||||
display : block;
|
||||
margin : 0;
|
||||
padding : 2px;
|
||||
cursor : pointer;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
::selection {
|
||||
|
||||
Reference in New Issue
Block a user