uio-plus
Version:
User Interface Options Plus (UIO+) allows you to customize websites to match your own personal needs and preferences.
23 lines (20 loc) • 738 B
text/stylus
/*
* TODO: This file is copied from Fluid Infusion's Enactors.styl
* but with the class names changed.
* When https://issues.fluidproject.org/browse/FLUID-6163 has been addressed this file
* should be revised to make use of the modularity of Infusion enactor styling.
*/
// UI Enhancer "Enlarge text" input/button options
.uioPlus-input-enhanced button,
.uioPlus-input-enhanced input,
.uioPlus-input-enhanced select,
.uioPlus-input-enhanced textarea,
.uioPlus-input-enhanced .uioPlus-input-enhance {
font-size: 125% ;
}
// UI Enhancer 'enhanced links' styling
.uioPlus-input-enhanced a {
font-size: 125% ;
text-decoration: underline ;
font-weight: bold ;
}