1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

#sharepopup: update css

This commit is contained in:
Andrew Dolgov
2018-12-09 10:56:39 +03:00
parent e28a993955
commit 966fe6d612
6 changed files with 12 additions and 28 deletions
+3 -9
View File
@@ -4,7 +4,7 @@ body.ttrss_utility.sanity_failed {
body.ttrss_utility {
background : @color-panel-bg;
color : black;
color : @default-fg;
padding : 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@@ -263,9 +263,9 @@ body.small_margins {
}
body#sharepopup {
background: white url("../images/toolbar.png") repeat-x bottom;
color : @default-fg;
background: @default-bg;
margin : 10px;
padding : 0px;
h1 {
font-size : 14px;
@@ -273,12 +273,6 @@ body#sharepopup {
color : @color-accent;
}
table {
background : white;
border : 1px solid @color-accent;
padding : 5px;
}
form {
height : 100%;
}