summaryrefslogtreecommitdiff
path: root/css/default.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 /css/default.css
parent57e30bd9bc25ef4eee01183192dd2c24e83dcd76 (diff)
center previously centered text on single line dialog panels
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css
index cf324697b..03a0fe5f2 100644
--- a/css/default.css
+++ b/css/default.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: #257aa7;
color: #ffffff;
@@ -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;