Use buttons instead of icons in league table name editor
This commit is contained in:
@@ -164,10 +164,6 @@ table.widefat.sp-data-table tr:hover a.sp-edit-name {
|
|||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
|
||||||
}
|
}
|
||||||
|
|
||||||
table.widefat.sp-data-table a.sp-cancel {
|
|
||||||
color: #a00;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sp-admin-config-table th,
|
.sp-admin-config-table th,
|
||||||
.sp-admin-config-table td {
|
.sp-admin-config-table td {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
|
|||||||
@@ -789,8 +789,8 @@ if ( !function_exists( 'sportspress_edit_league_table' ) ) {
|
|||||||
</span>
|
</span>
|
||||||
<span class="hidden sp-custom-name">
|
<span class="hidden sp-custom-name">
|
||||||
<input type="text" name="sp_teams[<?php echo $team_id; ?>][name]" class="name sp-custom-name-input" value="<?php echo sportspress_array_value( $team_stats, 'name', '' ); ?>" placeholder="<?php echo get_the_title( $team_id ); ?>">
|
<input type="text" name="sp_teams[<?php echo $team_id; ?>][name]" class="name sp-custom-name-input" value="<?php echo sportspress_array_value( $team_stats, 'name', '' ); ?>" placeholder="<?php echo get_the_title( $team_id ); ?>">
|
||||||
<a class="dashicons dashicons-no-alt sp-cancel" title="<?php _e( 'Cancel', 'sportspress' ); ?>"></a>
|
<a class="button button-secondary sp-cancel"><?php _e( 'Cancel', 'sportspress' ); ?></a>
|
||||||
<a class="dashicons dashicons-yes sp-save" title="<?php _e( 'Save', 'sportspress' ); ?>"></a>
|
<a class="button button-primary sp-save"><?php _e( 'Save', 'sportspress' ); ?></a>
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<?php foreach( $columns as $column => $label ):
|
<?php foreach( $columns as $column => $label ):
|
||||||
|
|||||||
Reference in New Issue
Block a user