summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/tt-rss.css12
-rw-r--r--js/tt-rss.js2
2 files changed, 6 insertions, 8 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index c7592e54c..722ad44e2 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -334,7 +334,7 @@ div#headlines-toolbar {
height : 25px;
line-height : 25px;
padding-left : 4px;
- background : #fafafa;
+ background : white;
}
div#headlines-toolbar .dijitSelect {
@@ -792,7 +792,7 @@ div.fatalError textarea {
#headlines-frame {
padding : 0px;
- border-color : #c0c0c0;
+ border-color : #eee;
border-style : solid;
border-width : 0px;
margin-top : 0px;
@@ -840,9 +840,7 @@ div.fatalError textarea {
#content-insert {
padding : 0px;
border-color : #eee;
- border-bottom-width : 0px;
- border-right-width : 0px;
- border-left-width : 0px;
+ border-width : 0px;
line-height: 20px;
overflow : auto;
}
@@ -1178,12 +1176,12 @@ body#ttrssPrefs hr {
}
body#ttrssMain #feedTree .dijitTreeRowSelected {
- background : #ecf4ff;
+ background : white;
/* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
}
body#ttrssMain #feedTree .dijitTreeRowHover {
- background : white;
+ background : #ecf4ff;
}
body#ttrssMain #feedTree .dijitTreeRowActive {
diff --git a/js/tt-rss.js b/js/tt-rss.js
index 97a70b434..bb23169ec 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -1075,7 +1075,7 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: 'auto',
height: '50%',
- borderTopWidth: '1px'});
+ borderTopWidth: '0px'});
$("headlines-frame").setStyle({ borderBottomWidth: '1px' });
$("headlines-frame").removeClassName("wide");