tinymce-editor/copy_this/modules/hdi/hdi-tinymce/tinymce/skins/lightgray/Path.less
2013-07-25 23:50:43 +02:00

40 regels
496 B
Plaintext
Executable File

// Path
.mce-path {
.inline-block();
padding: 8px;
white-space: normal;
}
.mce-path .mce-txt {
display: inline-block;
padding-right: 3px;
}
.mce-path .mce-path-body {
display: inline-block;
}
.mce-path-item {
.inline-block();
cursor: pointer;
color: @text-color;
}
.mce-path .mce-last {
//color: @text-color-disabled;
}
.mce-path-item:hover {
text-decoration: underline;
}
.mce-path-item:focus {
background: gray;
color: white;
}
.mce-path .mce-divider {
display: inline;
}