old-skool theme compat fixes
This commit is contained in:
parent
0655a1d596
commit
21613c4a31
|
@ -311,7 +311,6 @@ iframe.contentFrame, iframe.headlinesFrame {
|
||||||
background-position : top;
|
background-position : top;
|
||||||
background-repeat : repeat-x;
|
background-repeat : repeat-x;
|
||||||
background-color : white;
|
background-color : white;
|
||||||
color : black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.button:hover {
|
.button:hover {
|
||||||
|
@ -893,7 +892,6 @@ ul.compact li {
|
||||||
div.browserFeedInfo {
|
div.browserFeedInfo {
|
||||||
font-size : x-small;
|
font-size : x-small;
|
||||||
border-color : #c0c0c0;
|
border-color : #c0c0c0;
|
||||||
background-color : #f0f0f0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.browserFeedInfo div.detailsPart {
|
div.browserFeedInfo div.detailsPart {
|
||||||
|
|
|
@ -1000,10 +1000,10 @@ ul.compact li {
|
||||||
|
|
||||||
div.browserFeedInfo {
|
div.browserFeedInfo {
|
||||||
font-size : x-small;
|
font-size : x-small;
|
||||||
border : 1px solid #88b0f0;
|
/* border : 1px solid #88b0f0;
|
||||||
background-color : #ecf4ff;
|
background-color : #ecf4ff;
|
||||||
-moz-border-radius : 5px;
|
-moz-border-radius : 5px; */
|
||||||
padding : 10px;
|
padding : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.browserFeedInfo div.detailsPart {
|
div.browserFeedInfo div.detailsPart {
|
||||||
|
|
Loading…
Reference in New Issue