updates for flat theme (mostly disable old dijit overrides)

This commit is contained in:
Andrew Dolgov
2018-12-04 19:03:42 +03:00
parent 563a46f55a
commit 6befff30d7
14 changed files with 2570 additions and 34 deletions

View File

@@ -813,7 +813,7 @@ body.ttrss_main {
box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
-webkit-overflow-scrolling : touch;
#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
/* #feedTree .dijitTreeRow .dijitTreeLabel.Unread {
font-weight : bold;
}
@@ -848,13 +848,13 @@ body.ttrss_main {
#feedTree.dijitTree img.tinyFeedIcon {
position : relative;
top : -2px;
}
} */
#feedTree {
height : 100%;
overflow-x : hidden;
text-rendering: optimizelegibility;
font-family : @fonts-ui;
//font-family : @fonts-ui;
.counterNode.aux {
background : #f0f0f0;
@@ -929,12 +929,12 @@ body.ttrss_main {
display : none;
}
#content-insert_splitter.dijitSplitterH {
/* #content-insert_splitter.dijitSplitterH {
background : #f0f0f0;
border-color: #ddd;
border-top-width : 1px;
border-style : solid;
}
} */
#toolbar {
padding : 0px;
@@ -1085,9 +1085,9 @@ body.ttrss_main {
width : 410px;
}
ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
/* ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
margin-right : 5px;
}
} */
span.highlight {
background-color : #ffff00;
@@ -1098,7 +1098,7 @@ body.ttrss_main {
}
#headlines-frame .dijitCheckBox {
/* #headlines-frame .dijitCheckBox {
border-width : 0px;
opacity : 0.5;
}
@@ -1121,7 +1121,7 @@ body.ttrss_main {
.dijitDropDownButton.attachments {
display : inline-block;
}
} */
#editTagsDlg{
overflow: visible;