diff --git a/css/GridField.css b/css/GridField.css index 8f965bbff..cce86ff1e 100644 --- a/css/GridField.css +++ b/css/GridField.css @@ -45,7 +45,7 @@ .cms table.ss-gridfield-table tbody td.col-getTreeTitle span.badge.deletedonlive { color: #636363; border: 1px solid #E49393; background-color: #F2DADB; } .cms table.ss-gridfield-table tbody td.col-getTreeTitle span.badge.removedfromdraft { color: #636363; border: 1px solid #E49393; background-color: #F2DADB; } .cms table.ss-gridfield-table tbody td.col-getTreeTitle span.badge.workflow-approval { color: #56660C; border: 1px solid #7C8816; background-color: #DAE79A; } -.cms table.ss-gridfield-table tbody td button { border: none; background: none; margin: 0 0 0 2px; padding: 6px 0; width: auto; text-shadow: none; } +.cms table.ss-gridfield-table tbody td button { border: none; background: none; margin: 0 0 0 2px; padding: 1px 0; width: auto; text-shadow: none; } .cms table.ss-gridfield-table tbody td button.ui-state-hover { background: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .cms table.ss-gridfield-table tbody td button.ui-state-active { border: none; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; } .cms table.ss-gridfield-table tbody td button.gridfield-button-delete { width: 20px; margin: 0; } diff --git a/scss/GridField.scss b/scss/GridField.scss index b7124d7d6..4fb0fd3d7 100644 --- a/scss/GridField.scss +++ b/scss/GridField.scss @@ -226,7 +226,7 @@ $gf_grid_x: 16px; border: none; background: none; margin: 0 0 0 2px; - padding: 6px 0; + padding: 1px 0; width: auto; text-shadow: none; &.ui-state-hover {