1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-29 16:27:12 +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

View File

@@ -1487,7 +1487,7 @@ body.ttrss_utility.sanity_failed {
}
body.ttrss_utility {
background: #f5f5f5;
color: black;
color: #000000;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
@@ -1703,20 +1703,15 @@ body.small_margins {
max-width: none;
}
body#sharepopup {
background: #ffffff url("../images/toolbar.png") repeat-x bottom;
color: #000000;
background: #ffffff;
margin: 10px;
padding: 0px;
}
body#sharepopup h1 {
font-size: 14px;
margin: 0px;
color: #257aa7;
}
body#sharepopup table {
background: white;
border: 1px solid #257aa7;
padding: 5px;
}
body#sharepopup form {
height: 100%;
}