Current Path :
/
home
/
develito
/
public_html
/
media
/
sobipro
/
css
/
adm
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/media/sobipro/css/adm/tree.css
/** * @package: SobiPro Component for Joomla! * @author * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH * Email: sobi[at]sigsiu.net * Url: http://www.Sigsiu.NET * @copyright Copyright (C) 2006 - 2016 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved. * @license GNU/GPL Version 3 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3. * See http://www.gnu.org/licenses/gpl.html and https://www.sigsiu.net/licenses. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ /* Styles for SigsiuTree on Backend */ /* -------------------------------- */ .sigsiuTree { font-size: 13px; color: #666; white-space: nowrap; overflow: auto; margin-left: -4px; margin-right: -7px; line-height: 18px; max-height: 650px; } .AdminEntry .sigsiuTree { margin-left: inherit; margin-right: inherit; line-height: inherit; max-height: inherit; } .sigsiuTree img { border: 0; vertical-align: middle; float: none!important; margin: 0; } .sigsiuTree a { padding: 0; } .sigsiuTree a.node, .sigsiuTree a.nodeSel { white-space: nowrap; padding: 1px 2px 1px 2px; } .sigsiuTree a.node:hover, .sigsiuTree a.nodeSel:hover { color: #333333; text-decoration: underline; } .sigsiuTree a.nodeSel { background-color: #c0d2ec; } .sigsiuTree .clip { /*overflow: hidden;*/ } div.sigsiuTree a, .sigsiuTree a, a.treeNode:hover, a.treeNode, a.treeNode:visited { color: #333333; text-decoration: none; font-weight: normal; } a.treeNode:hover { background-color: #EEEEEE; } a.treeNode:active, a.treeNode:focus { color: #333333; text-decoration: none; font-weight: normal; background-color: #C0D2EC; /* background-color: #c0d2ec; */ }