summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 57ad9dd4e..24eb18388 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -217,6 +217,20 @@ a:hover {
color : gray;
}
+#dispSwitch {
+ text-align : right;
+ padding : 5px 5px 5px 0px;
+ font-size : x-small;
+}
+
+#dispSwitch a {
+ color : gray;
+}
+
+#dispSwitch a:hover {
+ color : #5050aa;
+}
+
div.expPane {
margin : 15px;
}