003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/themes/pmahomme/css
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
themes
/
pmahomme
/
css
/
📁
..
📄
codemirror.css.php
(1.58 KB)
📄
common.css.php
(69.8 KB)
📄
designer.css.php
(9.51 KB)
📄
enum_editor.css.php
(1.26 KB)
📄
gis.css.php
(787 B)
📄
icons.css.php
(14.89 KB)
📄
jqplot.css.php
(5.8 KB)
📄
navigation.css.php
(9.61 KB)
📄
printview.css
(2.68 KB)
📄
resizable-menu.css.php
(1019 B)
📄
rte.css.php
(884 B)
Editing: resizable-menu.css.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Styles for the resizable menus * * used by js/vendor/jquery/jquery.menuResizer-1.0.js * * @package PhpMyAdmin-theme * @subpackage PMAHomme */ // unplanned execution path if (! defined('PHPMYADMIN') && ! defined('TESTSUITE')) { exit(); } ?> ul.resizable-menu a, ul.resizable-menu span { display: block; margin: 0; padding: 0; white-space: nowrap; } ul.resizable-menu .submenu { display: none; position: relative; } ul.resizable-menu .shown { display: inline-block; } ul.resizable-menu ul { margin: 0; padding: 0; position: absolute; list-style-type: none; display: none; border: 1px #ddd solid; z-index: 2; <?php echo $right; ?>: 0; } ul.resizable-menu li:hover { <?php echo $theme->getCssGradient('ffffff', 'e5e5e5'); ?> } ul.resizable-menu li:hover ul, ul.resizable-menu .submenuhover ul { display: block; background: #fff; } ul.resizable-menu ul li { width: 100%; }
Upload File
Create Folder