123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .cke_path {
- float: left;
- margin: -2px 0 2px;
- }
- .cke_path_item,
- .cke_path_empty {
- display: inline-block;
- float: left;
- padding: 3px 4px;
- margin-right: 2px;
- cursor: default;
- text-decoration: none;
- outline: 0;
- border: 0;
- color: #4c4c4c;
- font-weight: bold;
- font-size: 11px;
- }
- .cke_rtl {
- .cke_path, .cke_path_item, .cke_path_empty {
- float: right;
- }
- }
- a.cke_path_item {
- &:hover, &:focus, &:active {
- background-color: #bfbfbf;
- color: #333;
- border-radius: 2px;
- }
- }
- .cke_hc a.cke_path_item {
- &:hover, &:focus, &:active {
- border: 2px solid;
- padding: 1px 2px;
- }
- }
|