Files
Umbraco-CMS/umbraco/presentation/umbraco_client/menuicon/style.css
Shandem f6d0d043b5 DO NOT DOWNLOAD. DOWNLOAT LATEST STABLE FROM RELEASE TAB
Created 4.1.0 branch

[TFS Changeset #55082]
2009-06-19 07:39:16 +00:00

34 lines
571 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;
}