This is a migrated thread and some comments may be shown as answers.

Cancel Changes button styling after clicking on it

1 Answer 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Shawn
Top achievements
Rank 1
Shawn asked on 08 Dec 2016, 11:28 AM

The text on the Cancel Changes button on an InCell batch editing toolbar changes to a blue color and it is underlined, much like a visited <a> when the text-decoration is not set to none.  See attached screenshot.

How can I overwrite this in a stylesheet so that when I move move the mouse off of the button it returns back to its original styling (like the Save Button in the screenshot)?

Thanks,

Shawn

1 Answer, 1 is accepted

Sort by
0
Shawn
Top achievements
Rank 1
answered on 08 Dec 2016, 12:12 PM

Never mind.  Finally discovered the style I needed to modify for the two buttons.

a.k-button.k-button-icontext.k-grid-save-changes,
a.k-button.k-button-icontext.k-grid-cancel-changes
{
    color: white;
    text-decoration: none;
}

 

Tags
Grid
Asked by
Shawn
Top achievements
Rank 1
Answers by
Shawn
Top achievements
Rank 1
Share this question
or