You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
408 B
22 lines
408 B
@import "variables.less"; |
|
@import "../common/ToolBarButton.less"; |
|
|
|
.mblToolBarButton{ |
|
border: @default-border-width solid @win-foreground-color; |
|
} |
|
|
|
.mblToolBarButtonHasLeftArrow, |
|
.mblToolBarButtonHasRightArrow { |
|
.mblToolBarButtonHasArrow-styles; |
|
& * { |
|
display: none; |
|
} |
|
|
|
&:active { |
|
background-color: @win-accent-color; |
|
} |
|
} |
|
|
|
.mblToolBarButtonHasRightArrow { |
|
transform:rotate(180deg); |
|
}
|
|
|