mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Search and batch actions to have same selected state
This commit is contained in:
parent
96964be39d
commit
a95781e66e
@ -540,7 +540,7 @@ button.loading {
|
|||||||
|
|
||||||
&.active,
|
&.active,
|
||||||
&:active {
|
&:active {
|
||||||
box-shadow: 0 0 3px rgba(191, 194, 196, .9) inset;
|
box-shadow: 0 0 1px rgba(191, 194, 196, .9) inset;
|
||||||
background: #dee3e8;
|
background: #dee3e8;
|
||||||
color: darken($color-text, 10%);
|
color: darken($color-text, 10%);
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -833,6 +833,8 @@ div.switch-states{
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-button-text-only .ui-button-text { padding: 0; }
|
||||||
|
|
||||||
// Align buttons with input
|
// Align buttons with input
|
||||||
.urlsegment .update,
|
.urlsegment .update,
|
||||||
.urlsegment .cancel {
|
.urlsegment .cancel {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user