summaryrefslogtreecommitdiff
path: root/css/default.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 /css/default.css
parenta130da2d1abfffad1e25117d436252660847ba09 (diff)
add some auxiliary text styles
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index 6e0424db5..4cf3d1b36 100644
--- a/css/default.css
+++ b/css/default.css
@@ -932,6 +932,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,