Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Border of button is not being shown Reply To: Border of button is not being shown

#280550
johndee
Participant

@Shikkediel

Thats a bit of a problem, as it’s part of very large admin system: http://www.webmin.com

I was able to color the delete button red. But HTML for the delete button was coded with . Which makes it easier to target. This is the css i used for changing the delete color button:

#Delete-button
input[value="Delete"] { }
html[data-background-style='nightRider'] input[value="Delete"],html[data-background-style='nightRider'] input[value="Delete"]:hover, html[data-background-style='nightRider'] data-entry[value="mail_delall"] { 
    border-color:#db524b!important;
    background-color:rgba(219,82,75,.1)!important
}

Unless you know a way to target: …?