mirror of https://github.com/veypi/OneAuth.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
486 B
CSS
19 lines
486 B
CSS
div.mxTooltip {
|
|
filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4,
|
|
Color='#A2A2A2', Positive='true');
|
|
}
|
|
div.mxPopupMenu {
|
|
filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4,
|
|
Color='#C0C0C0', Positive='true');
|
|
}
|
|
div.mxWindow {
|
|
_filter:progid:DXImageTransform.Microsoft.DropShadow(OffX=4, OffY=4,
|
|
Color='#C0C0C0', Positive='true');
|
|
}
|
|
td.mxWindowTitle {
|
|
_height: 23px;
|
|
}
|
|
.mxDisabled {
|
|
filter:alpha(opacity=20) !important;
|
|
}
|