Edgewall Software

Ticket #2544: textwidget.diff

File textwidget.diff, 0.6 KB (added by adeason@…, 3 years ago)

A patch to allow for input objects of class 'textwidget' but not type 'text' to be highlighted on focus.

  • trac.css

     
    7070} 
    7171input[type=text], input.textwidget, textarea { border: 1px solid #d7d7d7 } 
    7272input[type=text], input.textwidget { padding: .25em .5em } 
    73 input[type=text]:focus, textarea:focus { border: 1px solid #886 } 
     73input[type=text]:focus, input.textwidget:focus, textarea:focus { border: 1px solid #886 } 
    7474option { border-bottom: 1px dotted #d7d7d7 } 
    7575fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 0 } 
    7676fieldset.iefix { background: transparent; border: none; padding: 0; margin: 0 }