summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
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;