Search and batch actions to have same selected state

This commit is contained in:
Paul Clarke 2016-10-20 16:19:44 +13:00
parent 96964be39d
commit a95781e66e

View File

@ -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 {