View | Details | Raw Unified | Return to bug 38891
Collapse All | Expand All

(-)a/management/univention-management-console-frontend-theme/dijit-claro-stylus/icons.styl (+14 lines)
 Lines 105-107   icon-rule(Lang, 0, -220, height=25px); Link Here 
105
    height: 20px;
105
    height: 20px;
106
}
106
}
107
107
108
.umcHelpIconSmall {
109
	icon-image(-24, 0, "", "-small", 12px, 12px);
110
	opacity: 1;
111
112
	&:hover {
113
		background-position: -36px 0px;
114
		opacity: 0.66;
115
	}
116
	&:active {
117
		background-position: -36px 0px;
118
		opacity: 1;
119
	}
120
}
121

Return to bug 38891