Project

General

Profile

« Previous | Next » 

Revision 9c6818d9

Added by Marcos M 8 months ago

Don't override the button text color in disabled rows. Fix #15977

View differences:

src/usr/local/www/css/pfSense-dark.css
306 306
}
307 307

  
308 308
tr.disabled a {
309
    opacity: .5;
310
}
311
tr.disabled a:not(".btn") {
309 312
    color: rgba(0, 150, 136,.5);
310 313
}
311 314

  
src/usr/local/www/css/pfSense.css
111 111
}
112 112

  
113 113
tr.disabled a {
114
    opacity: .5;
115
}
116
tr.disabled a:not(".btn") {
114 117
    color: rgba(51, 122, 183, .5)
115 118
}
116 119

  

Also available in: Unified diff