mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Cleaner tree icons
This commit is contained in:
parent
80a08aab60
commit
f4c140bcf4
Binary file not shown.
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 6.8 KiB |
@ -555,8 +555,8 @@ body.cms {
|
||||
/**
|
||||
* CMS Batch actions
|
||||
*/
|
||||
.cms-content-batchactions, .cms-content-constructive-actions {
|
||||
float: right;
|
||||
.cms-content-constructive-actions {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.cms-content-batchactions {
|
||||
|
@ -92,7 +92,7 @@ $gf_border_radius: 7px;
|
||||
}
|
||||
}
|
||||
&.even {
|
||||
background: $gf_colour_zebra;
|
||||
//background: $gf_colour_zebra;
|
||||
}
|
||||
|
||||
th {
|
||||
|
2
thirdparty/jstree/themes/apple/style.css
vendored
2
thirdparty/jstree/themes/apple/style.css
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
.jstree-apple > ul { background:url("bg.jpg") left top repeat; }
|
||||
.jstree-apple li,
|
||||
.jstree-apple ins { background-image:url("d.png"); background-repeat:no-repeat; background-color:transparent; }
|
||||
.jstree-apple ins {background-color:transparent; }
|
||||
.jstree-apple li { background-position:-90px 0; background-repeat:repeat-y; }
|
||||
.jstree-apple li.jstree-last { background:transparent; }
|
||||
.jstree-apple .jstree-open > ins { background-position:-72px 0; }
|
||||
|
Loading…
Reference in New Issue
Block a user