Files
leanote/public/tinymce/skins/lightgray/Path.less

46 lines
650 B
Plaintext
Raw Normal View History

2014-05-07 13:06:24 +08:00
// Path
.@{prefix}-path {
2014-05-07 13:06:24 +08:00
.inline-block();
padding: 8px;
white-space: normal;
}
.@{prefix}-path .@{prefix}-txt {
2014-05-07 13:06:24 +08:00
display: inline-block;
padding-right: 3px;
}
.@{prefix}-path .@{prefix}-path-body {
2014-05-07 13:06:24 +08:00
display: inline-block;
}
.@{prefix}-path-item {
2014-05-07 13:06:24 +08:00
.inline-block();
cursor: pointer;
color: @path-text;
}
.@{prefix}-path-item:hover {
2014-05-07 13:06:24 +08:00
text-decoration: underline;
}
.@{prefix}-path-item:focus {
2014-05-07 13:06:24 +08:00
background: @path-bg-focus;
color: @path-text-focus;
}
.@{prefix}-path .@{prefix}-divider {
2014-05-07 13:06:24 +08:00
display: inline;
}
.@{prefix}-disabled .@{prefix}-path-item {
2014-05-07 13:06:24 +08:00
color: @text-disabled;
}
// RTL
.@{prefix}-rtl .@{prefix}-path {
2014-05-07 13:06:24 +08:00
direction: rtl;
}