PHP Classes

File: public/js/tinymce/src/skins/lightgray/src/main/less/mobile/toolstrip/main-toolbar.less

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/skins/lightgray/src/main/less/mobile/toolstrip/main-toolbar.less   Download  
File: public/js/tinymce/src/skins/lightgray/src/main/less/mobile/toolstrip/main-toolbar.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GoLavaCMS
Publish content on Web pages with SEO support
Author: By
Last change:
Date: 6 years ago
Size: 1,000 bytes
 

Contents

Class file image Download
.tinymce-mobile-toolbar-group:first-of-type, .tinymce-mobile-toolbar-group:last-of-type { background: @toolstrip-dark-background-color; color: @toolstrip-dark-color; } .tinymce-mobile-toolbar-group { .mixin-flex-bar; flex-shrink: 1; & > div { .mixin-flex-bar; flex: 1; } &.tinymce-mobile-exit-container { background: #f44336; } &.tinymce-mobile-toolbar-scrollable-group { // Allow the scrollable group to fill all the space between the edge groups flex-grow: 1; } .tinymce-mobile-toolbar-group-item { padding-left: @toolstrip-button-horizontal-padding; padding-right: @toolstrip-button-horizontal-padding; &.tinymce-mobile-toolbar-button { display: flex; align-items: center; margin-left: 2px; margin-right: 2px; height: 80%; &.tinymce-mobile-toolbar-button-selected { background: @toolstrip-button-selected-background-color; color: @toolstrip-button-selected-color; } } } }