assorted CSS fixes related to Dojo upgrade
This commit is contained in:
parent
157944d424
commit
ee575027fd
2 changed files with 16 additions and 12 deletions
|
@ -61,11 +61,6 @@
|
|||
height : 9px;
|
||||
}
|
||||
|
||||
.claro .dijitTreeNode .loadingExpando {
|
||||
left : -3px;
|
||||
height : 22px;
|
||||
}
|
||||
|
||||
.claro .dijitFolderClosed,
|
||||
.claro .dijitFolderOpened {
|
||||
display : none;
|
||||
|
@ -99,10 +94,6 @@
|
|||
background : white;
|
||||
}
|
||||
|
||||
.claro #feedTree.dijitTree .dijitTreeRowSelected {
|
||||
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.claro .dijitTree .dijitTreeRowHover {
|
||||
background : #f0f0f0;
|
||||
border-color : #ddd;
|
||||
|
|
|
@ -1057,18 +1057,28 @@ span.sel_links {
|
|||
vertical-align : middle;
|
||||
}
|
||||
|
||||
#feedTree img.feedIcon {
|
||||
/*#feedTree img.feedIcon {
|
||||
position : relative;
|
||||
top : -2px;
|
||||
}*/
|
||||
|
||||
body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
|
||||
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
|
||||
border-right-color : white;
|
||||
}
|
||||
|
||||
body#ttrssMain #feedTree .dijitTreeRow {
|
||||
body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
|
||||
padding : 2px 0px 2px;
|
||||
height : 22px;
|
||||
border-width : 1px;
|
||||
color : #333;
|
||||
}
|
||||
|
||||
body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
|
||||
position : relative;
|
||||
top : -2px;
|
||||
}
|
||||
|
||||
ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
@ -1106,11 +1116,14 @@ body#ttrssMain #feedTree .counterNode {
|
|||
height : 14px;
|
||||
}
|
||||
|
||||
#feedTree img[src*='indicator_white.gif'] {
|
||||
body#ttrssMain #feedTree .dijitTreeNode .loadingExpando {
|
||||
left : -3px;
|
||||
height : 22px;
|
||||
position : relative;
|
||||
top : -2px;
|
||||
}
|
||||
|
||||
|
||||
span.highlight {
|
||||
background-color : #ffff00;
|
||||
color : #cc90cc;
|
||||
|
|
Loading…
Reference in a new issue