From 9554bc820da378736ef6b1b66dbf3d41cb159fb5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Mar 2019 12:41:57 +0300 Subject: add some auxiliary text styles --- css/default.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'css/default.css') 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, -- cgit v1.2.3