mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-26 09:43:54 -04:00
Only mask the data view on changes, it's a little less jarring.
This commit is contained in:
@@ -68,15 +68,6 @@
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.g-organize .x-tree-node-el {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.g-organize .x-tree-node-leaf .x-tree-node-icon{
|
||||
background-image:url(../vendor/ext/images/default/tree/folder.gif);
|
||||
}
|
||||
|
||||
.g-organize label.sort {
|
||||
font: 12px tahoma, arial;
|
||||
vertical-align: middle;
|
||||
@@ -94,3 +85,13 @@
|
||||
background-position: 4px 8px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* ExtJS overrides */
|
||||
.x-tree-node-el {
|
||||
font-size: 12px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.x-tree-node-leaf .x-tree-node-icon{
|
||||
background-image:url(../vendor/ext/images/default/tree/folder.gif);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user