PHP Classes

File: public/js/tinymce/src/skins/lightgray/src/main/less/desktop/MenuBar.less

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   GoLavaCMS   public/js/tinymce/src/skins/lightgray/src/main/less/desktop/MenuBar.less   Download  
File: public/js/tinymce/src/skins/lightgray/src/main/less/desktop/MenuBar.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: 888 bytes
 

Contents

Class file image Download
/* MenuBar */ .@{prefix}-menubar { border: 1px solid @menubar-border; } .@{prefix}-menubar .@{prefix}-menubtn { border-color: transparent; background: transparent; .border-radius(0); .box-shadow(none); filter: none; } .@{prefix}-menubar .@{prefix}-menubtn button span { color: @text; } .@{prefix}-menubar .@{prefix}-caret { border-top-color: @menubar-chevron; } .@{prefix}-menubar .@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:hover { .@{prefix}-caret { border-top-color: @menubar-chevron-active; } } .@{prefix}-menubar .@{prefix}-menubtn:hover, .@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active, .@{prefix}-menubar .@{prefix}-menubtn:focus { border-color: @btn-border-hover; background: @menu-bg; filter: none; .box-shadow(none); } .@{prefix}-menubar .@{prefix}-menubtn.@{prefix}-active { border-bottom: none; z-index: 65537; }