File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 378378.ui-button { display : inline-block; position : relative; padding : 0 ; margin-right : .10pt ; text-decoration : none !important ; cursor : pointer; text-align : center; zoom : 1 ; overflow : visible; } /* the overflow property removes extra width in IE */
379379.ui-button { filter : chroma (color=#000000); cursor : pointer; color : # 333 ; background-color : # fafafa ; border : 1px solid # d3d3d3 ; border-radius : 3px 3px 3px 3px ; font-size : 14px ; padding : 2px 16px ; width : 108px ; height : 34px ; }
380380.ui-button : hover { background-color : # f0f0f0 ; }
381- .ui-button : active { background-color : # e6e6e6 ; }
381+ .ui-button : active { background-color : # f79b44 ; color : # fff ; }
382382.ui-button-icon-only { width : 2.2em ; } /* to make room for the icon, a width needs to be set here */
383383button .ui-button-icon-only { width : 2.4em ; } /* button elements seem to need a little more width */
384384.ui-button-icons-only { width : 3.4em ; }
Original file line number Diff line number Diff line change 624624 border : 1px solid # f79b44 ;
625625 }
626626
627+ .vst-textinput : focus {
628+ border : 1px solid # f79b44 ;
629+ }
630+
627631 .vst-textinput : disabled {
628632 background-color : # f1f1f1 ;
629633 }
643647 border : 1px solid # f79b44 ;
644648 }
645649
650+ .vst-input : focus {
651+ border : 1px solid # f79b44 ;
652+ }
653+
646654 .vst-input : disabled {
647655 background-color : # f1f1f1 ;
648656 }
You can’t perform that action at this time.
0 commit comments