BUGFIX:SSF-30 - removed weird hover from delete button.

This commit is contained in:
jbridson 2012-03-07 14:25:32 +13:00
parent 8690e531a5
commit 2106aeb242
2 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
.cms table.ss-gridfield-table thead { color: #1d2224; background: transparent; }
.cms table.ss-gridfield-table tbody { background: #FFF; }
.cms table.ss-gridfield-table tbody td button { border: none; background: none; margin: 0 0 0 2px; padding: 0; width: auto; text-shadow: none; }
.cms table.ss-gridfield-table tbody td button.gridfield-button-delete:hover { background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.cms table.ss-gridfield-table tbody td a.edit-link { display: inline-block; width: 20px; height: 20px; text-indent: -9999em; background: url(../images/icons/document--pencil.png) no-repeat 0 1px; }
.cms table.ss-gridfield-table tfoot { color: #1d2224; }
.cms table.ss-gridfield-table tfoot tr td { background: #95a5ab; padding: .7em; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

View File

@ -77,6 +77,10 @@ $gf_grid_x: 16px;
padding: 0;
width: auto;
text-shadow: none;
&.gridfield-button-delete:hover {
background:none;
@include box-shadow-none;
}
}
a.edit-link {
display:inline-block;