summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-01 12:41:57 +0300
committerAndrew Dolgov <[email protected]>2019-03-01 12:41:57 +0300
commit9554bc820da378736ef6b1b66dbf3d41cb159fb5 (patch)
tree5bfcb5f6745cedaca7185b3286c69271589ba93e /themes/night_blue.css
parenta130da2d1abfffad1e25117d436252660847ba09 (diff)
add some auxiliary text styles
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 856da407b..ec603d459 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -933,6 +933,26 @@ body.ttrss_utility .alert .close {
line-height: 20px;
cursor: pointer;
}
+body.ttrss_main .pull-right,
+body.ttrss_utility .pull-right {
+ float: right;
+}
+body.ttrss_main .pull-left,
+body.ttrss_utility .pull-left {
+ float: left;
+}
+body.ttrss_main .text-error,
+body.ttrss_utility .text-error {
+ color: #b94a48;
+}
+body.ttrss_main .text-info,
+body.ttrss_utility .text-info {
+ color: #3a87ad;
+}
+body.ttrss_main .text-success,
+body.ttrss_utility .text-success {
+ color: #468847;
+}
body.ttrss_main .alert,
body.ttrss_utility .alert,
body.ttrss_main .alert h4,