mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR: search interface design improvements
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@69706 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
5a79ae34f6
commit
a6d0b5eb0c
@ -1,5 +1,5 @@
|
||||
#left form.actionparams {
|
||||
background: #ccc;
|
||||
background: #eee;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
#left form.actionparams input,
|
||||
@ -396,6 +396,10 @@ ul.tree li.untranslated a:visited {
|
||||
|
||||
#SortItems {
|
||||
border-bottom: 1px solid #cccccc;
|
||||
background: #CCCCCC none repeat scroll 0%;
|
||||
background: #eee none repeat scroll 0%;
|
||||
padding: 3px 0 3px 7px;
|
||||
}
|
||||
#SortItems #sortitems {
|
||||
float: left;
|
||||
margin-right: 3px;
|
||||
}
|
@ -26,7 +26,6 @@ body {
|
||||
|
||||
#TreeActions {
|
||||
background: #eee;
|
||||
border-bottom: 1px solid #ccc;
|
||||
float: left;
|
||||
width: 100%;
|
||||
}
|
||||
@ -72,7 +71,9 @@ li.action button {
|
||||
input.action:hover,
|
||||
button.action:hover,
|
||||
li.action input:hover,
|
||||
li.action button:hover {
|
||||
li.action button:hover,
|
||||
li.selected input,
|
||||
li.selected button {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user