summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 20e4d546c..aa40c7ea5 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -636,3 +636,23 @@ span.insensitive {
div.prefGenericAddBox {
margin : 5px;
}
+
+body.logoutBody {
+ background-color : #f0f0f0;
+ color : black;
+}
+
+span.logoutWarning {
+ color : red;
+ font-weight : bold;
+}
+
+div.logoutContent {
+ width : 600px;
+ border : 1px solid #c0c0c0;
+ background-color : white;
+ margin-left : auto;
+ margin-right : auto;
+ margin-top : 20px;
+ padding : 10px;
+}