summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css19
1 files changed, 15 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b8c0b6c2c..a714ca5cb 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -218,6 +218,17 @@ table.prefAddFeed input {
width : 250px;
}
+form.prefForm {
+ border : 1px solid #c0c0c0;
+ padding : 10px;
+ -moz-border-radius : 5px;
+ background-color : #f0f0f0;
+ background-image : url("images/form.png");
+ background-position : bottom left;
+ background-repeat : repeat-x;
+ width : 500px;
+}
+
table.prefAddFeed {
border : 1px solid #c0c0c0;
padding : 10px;
@@ -269,7 +280,7 @@ a.disabledButton:hover {
color : #909090;
}
-a.button {
+.button {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
@@ -281,13 +292,13 @@ a.button {
font-size : small;
}
-a.button:hover {
+.button:hover {
background : white;
text-decoration : none;
color : black;
}
-a.buttonWarn {
+.buttonWarn {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
@@ -299,7 +310,7 @@ a.buttonWarn {
font-size : small;
}
-a.buttonWarn:hover {
+.buttonWarn:hover {
background : #fff0f0;
text-decoration : none;
color : black;