summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-02 17:57:32 +0300
committerAndrew Dolgov <[email protected]>2019-03-02 17:57:32 +0300
commit79945082b31689f6bbb8e074336ad20a96c81a64 (patch)
tree9f3d2425c4843838ef37437ed7d26dad29318ed7 /css/default.css
parentda1b3e3ba151945eb8574b37d4f0231335c9faee (diff)
parent72fcc81919b76a73624bac67d6d71cae6a50033b (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
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,