Project

General

Profile

« Previous | Next » 

Revision 3870dcb7

Added by Steve Beaver over 8 years ago

Move checkbox styling to the beta file since it produces results that are not consistent across browsers and OS

View differences:

src/usr/local/www/css/pfSense-BETA.css
86 86
.ui-widget {
87 87
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
88 88
}
89

  
90
/** This style adds a gray outline around unchecked checkboxes to
91
make them more visible. Unfortunately the exact alignment of those
92
outlines varies considerably with browser/OS **/
93
input[type="checkbox"]:not(:checked) {
94
  outline: 1px solid #888888;
95
}
src/usr/local/www/css/pfSense.css
977 977
.colspanth {
978 978
    background-color: #eeeeee;
979 979
}
980

  
981
input[type="checkbox"]:not(:checked) {
982
  outline: 1px solid #888888;
983
}

Also available in: Unified diff