]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/debian/missing-sources/framework/Web/Javascripts/source/tinymce-405/skins/lightgray/Path.less
baculum: Add missing-sources directory in debian metadata structure
[bacula/bacula] / gui / baculum / debian / missing-sources / framework / Web / Javascripts / source / tinymce-405 / skins / lightgray / Path.less
1 // Path
2
3 .mce-path {
4         .inline-block();
5         padding: 8px;
6         white-space: normal;
7 }
8
9 .mce-path .mce-txt {
10         display: inline-block;
11         padding-right: 3px;
12 }
13
14 .mce-path .mce-path-body {
15         display: inline-block;
16 }
17
18 .mce-path-item {
19         .inline-block();
20         cursor: pointer;
21         color: @text-color;
22 }
23
24 .mce-path .mce-last {
25         //color: @text-color-disabled;
26 }
27
28 .mce-path-item:hover {
29         text-decoration: underline;
30 }
31
32 .mce-path-item:focus {
33         background: gray;
34         color: white;
35 }
36
37 .mce-path .mce-divider {
38         display: inline;
39 }