summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-02 12:49:47 +0100
committerAndrew Dolgov <[email protected]>2005-09-02 12:49:47 +0100
commit9f311df6262c206a56f47a593244336e6ba1f54c (patch)
treeab372a700677cc59b7d780e6e0b35cf3e7ad95be /tt-rss.css
parent9a4506c87de04bcde0d6da3da7c289f58d69312b (diff)
OPML import
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;