Widgets: Remove outline on active widget header

Removed outline on widget header on focus for better ui
This commit is contained in:
thinker3197 2016-08-07 20:55:18 +05:30
parent 3dd8a09b44
commit 65a13d6f19

View File

@ -115,6 +115,7 @@ a.ui-button:active,
background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/; background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
font-weight: normal/*{fwDefault}*/; font-weight: normal/*{fwDefault}*/;
color: #ffffff/*{fcActive}*/; color: #ffffff/*{fcActive}*/;
outline: none;
} }
.ui-icon-background, .ui-icon-background,
.ui-state-active .ui-icon-background { .ui-state-active .ui-icon-background {