PHP Classes

File: htdocs/modules/system/themes/dark/less/toolbar.less

Recommend this page to a friend!
  Packages of Michael Beck   Xoops 2.5   htdocs/modules/system/themes/dark/less/toolbar.less   Download  
File: htdocs/modules/system/themes/dark/less/toolbar.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 2 months ago
Size: 1,295 bytes
 

Contents

Class file image Download
/* * Dark Admin Theme * * @copyright (c) 2000-2025 XOOPS Project (https://xoops.org) * @license GNU public license 3.0 (https://www.gnu.org/licenses/gpl-3.0.html) * @package themes * @since 2.5.x * @author Xoops Design Theme <https://xoops.org/> * @maintained Xoops Design Theme <https://xoops.org/> * */ #xo-nav-options { padding: 0 0 0 15px; background: @toolbar-bg; border-bottom: 1px solid #000; border-top: 1px solid rgba(255,255,255,0.1); text-align: right; } #xo-modname { float: left; font-size: 18px; text-transform: uppercase; font-weight: 700; color: #b9b9b9; line-height: 44px; font-family: @font-family-secondary; } #xo-toolbar { list-style: none; padding: 0; margin: 0; display: inline-block; background-color: transparent; > li{ float: left; border-left: 1px solid rgba(0,0,0,0.3); background-color: transparent; > a{ display: block; padding: 0; text-align: center; line-height: 32px!important; padding: 10px 8px; border-left: 1px solid rgba(255,255,255,0.2); > img{ width: 22px; line-height: 32px; } &:hover{ background-color: rgba(0,0,0,0.2); } } } }