summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 16:27:29 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 16:27:29 +0300
commit607ede512fed6c838c18ef04b48aab76ce1aa79a (patch)
tree957656de25130966ec3a939544c4f1c5f0627a9b /themes/night.css
parent57e30bd9bc25ef4eee01183192dd2c24e83dcd76 (diff)
center previously centered text on single line dialog panels
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index f8ff1003a..a7a5ea389 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1033,6 +1033,9 @@ body.ttrss_main ul.list {
body.ttrss_main ul.list-unstyled {
list-style-type: none;
}
+body.ttrss_main .text-center {
+ text-align: center;
+}
::selection {
background: #b87d2c;
color: #333333;
@@ -1471,7 +1474,7 @@ body.ttrss_prefs table.prefPluginsList label {
white-space: nowrap;
}
body.ttrss_prefs table.prefPluginsList i.plugin-enabled {
- color: #69C671;
+ color: #69c671;
}
body.ttrss_prefs table.prefPluginsList label img {
vertical-align: middle;