|
|
@ -67,9 +67,12 @@ |
|
|
|
font-size: 12px |
|
|
|
font-size: 12px |
|
|
|
|
|
|
|
|
|
|
|
@mixin icon-context-rules |
|
|
|
@mixin icon-context-rules |
|
|
|
padding: 0 4px 0 0 |
|
|
|
@include icon-context-padding |
|
|
|
color: $content_icon_color |
|
|
|
color: $content_icon_color |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@mixin icon-context-padding |
|
|
|
|
|
|
|
padding: 0 4px 0 0 |
|
|
|
|
|
|
|
|
|
|
|
[data-icon]:before |
|
|
|
[data-icon]:before |
|
|
|
@include icon-common |
|
|
|
@include icon-common |
|
|
|
content: attr(data-icon) |
|
|
|
content: attr(data-icon) |
|
|
@ -127,6 +130,10 @@ |
|
|
|
@include icon-rules |
|
|
|
@include icon-rules |
|
|
|
float: left |
|
|
|
float: left |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.button_highlight.icon-context:before |
|
|
|
|
|
|
|
@include icon-context-padding |
|
|
|
|
|
|
|
color: $button_highlight_font_color |
|
|
|
|
|
|
|
|
|
|
|
// used for icons in the content area, which appear in context (menus) |
|
|
|
// used for icons in the content area, which appear in context (menus) |
|
|
|
#context-menu .icon:before, |
|
|
|
#context-menu .icon:before, |
|
|
|
.icon-context:before |
|
|
|
.icon-context:before |
|
|
|