Files
LeafWeb/WebCms/Umbraco_Client/Menuicon/style.css
T
2016-11-07 12:56:17 -05:00

34 lines
538 B
CSS

.editorIcon, .editorIconOver,.editorIconDown, .editorIconOn, .editorIconDisabled, .editorDropDown, .editorIconSplit {
margin:2px;
}
.tinymceMenuBar table {
margin: 1px 0 0 6px;
_margin-top: 2px;
}
.editorIconOver, .editorIconDown, .editorIconOn{
cursor: hand;
margin: 1px;
background: #EAEAEA;
border: 1px solid #CAC9C9 !Important;
}
.editorIconDisabled {
/*
IE ONLY !!!
*/
Filter: Alpha(Opacity=30);
}
.editorDropDown {
font-family: verdana, arial;
font-size: 10px;
width: 80px;
color: #666699;
}