summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 05:39:55 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 05:39:55 +0100
commitd5224f0d9c794953a6bb5bb264e856cccc4eb046 (patch)
tree94e38a77e64fd8e4d26cfda2b500bdc75e007496 /tt-rss.css
parentc05a19f39615bb9f8acadabcb0c572253a51a035 (diff)
miscellaneous MSIE compatibility fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4e316e489..e3aed83f6 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -38,7 +38,7 @@ table.main td.feeds {
border-width : 1px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
- padding : 5px;
+ padding : 0px;
}
table.main td.headlinesToolbarBox {
@@ -211,7 +211,7 @@ a:hover {
#notify {
font-weight : bold;
- font-size : small;
+ font-size : 10pt;
display : none;
width : 350px;
color : gray;
@@ -276,17 +276,9 @@ a.button {
}
.disabledButton {
- border : 1px solid #d0d0d0;
- background : white;
- color : #909090;
- padding : 1px 5px 1px 5px;
- font-size : small;
-}
-
-.disabledButton:hover {
- background : white;
- text-decoration : none;
- color : #909090;
+ border : 1px solid #c0c0c0;
+ background-color : white;
+ color : gray;
}
.evenGrayed {