mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
ENHANCEMENT Removed custom button styling in CMS, now replaced with standard jQuery UI buttons
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92588 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a730383d30
commit
042f4c2fb3
@ -390,28 +390,19 @@ div.filterBox {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.filterBox div.field {
|
||||
.right div.filterBox div.field {
|
||||
margin-left: 0 !important;
|
||||
padding: 0;
|
||||
font-size: 12px;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
div.filterBox input,
|
||||
div.filterBox select {
|
||||
.right div.filterBox input,
|
||||
.right div.filterBox select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
/* Makes room for AJAX Action buttons */
|
||||
#right {
|
||||
padding-bottom: 20px;
|
||||
overflow: hidden;
|
||||
/* HACK: any IE */
|
||||
padding-bottom: expression('35px');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* i18n
|
||||
*/
|
||||
|
@ -113,9 +113,6 @@ body {
|
||||
/**
|
||||
* Actions/Buttons
|
||||
*/
|
||||
.ajaxActions {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#TreeActions {
|
||||
float: left;
|
||||
@ -130,24 +127,6 @@ body {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.ajaxActions input,
|
||||
.actions input,
|
||||
button.action,
|
||||
div.Actions input,
|
||||
input.action,
|
||||
li.action input,
|
||||
li.action button {
|
||||
cursor: pointer;
|
||||
background-image: url(../images/textures/ToolBar.png);
|
||||
color: #333;
|
||||
overflow: visible;
|
||||
width: auto;
|
||||
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
||||
border-style: double;
|
||||
margin-right: 2px;
|
||||
padding: 2px 1px;
|
||||
font-size: 11px;
|
||||
}
|
||||
.ajaxActions input,
|
||||
#TreeActions li.action input {
|
||||
float: left;
|
||||
@ -163,26 +142,11 @@ li.action button {
|
||||
border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
|
||||
}
|
||||
|
||||
.ajaxActions input:hover,
|
||||
div.Actions input:hover,
|
||||
input.action:hover,
|
||||
button.action:hover,
|
||||
li.action input:hover,
|
||||
li.action button:hover,
|
||||
li.selected input,
|
||||
li.selected button {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.ajaxActions input.disabled,
|
||||
input.disabled {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
input.disabled:hover {
|
||||
background-image: url(../images/textures/ToolBar.png);
|
||||
}
|
||||
|
||||
input.action.loading, input.action.loading:hover {
|
||||
padding-left: 22px;
|
||||
background: url(../images/network-save.gif) 3px 2px no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user