summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 13:05:12 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 13:05:12 +0300
commitbe322d6fc879c0142f1047e99cc2971d817b47c5 (patch)
treecc254c98f68ceda41a95272fba4351f834959fb0 /css/tt-rss.less
parentd9e20f8b1683549b7f04116753c60d95c765aaa6 (diff)
cleanup sharepopup dialog
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less72
1 files changed, 35 insertions, 37 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 6a5d5c3f4..d5317271a 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -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 {