From 65b1b6365e6aacb061f03206f827daeff7bd1355 Mon Sep 17 00:00:00 2001 From: Nettika Date: Sun, 20 Apr 2025 22:07:01 -0700 Subject: [PATCH] Remove create table shortcut --- navigation.php | 5 ---- themes/pmahomme/css/theme_left.css.php | 36 -------------------------- 2 files changed, 41 deletions(-) diff --git a/navigation.php b/navigation.php index a607f2848..5177d01bd 100644 --- a/navigation.php +++ b/navigation.php @@ -303,11 +303,6 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) { echo __('No tables found in database.'); } unset($table_list); - if ($db != 'information_schema') { - echo ''; - } } elseif ($GLOBALS['cfg']['LeftFrameLight']) { /* No need to tell user to select database if we're showing complete list */ if (!$list) { diff --git a/themes/pmahomme/css/theme_left.css.php b/themes/pmahomme/css/theme_left.css.php index 990feebab..33890490e 100644 --- a/themes/pmahomme/css/theme_left.css.php +++ b/themes/pmahomme/css/theme_left.css.php @@ -206,42 +206,6 @@ div#left_tableList li { white-space: nowrap; } -#newtable { - margin-top: 15px !important; -} - -#newtable a { - display: block; - padding: 1px; - background-image: url(./themes/svg_gradient.php?from=ffffff&to=cccccc); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); - background: -moz-linear-gradient(top, #ffffff, #cccccc); - background: -o-linear-gradient(top, #ffffff, #cccccc); - - border: 1px solid #aaa; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - border-radius: 20px; -} - -#newtable li:hover { - background: transparent !important; -} - -#newtable a:hover { - background-image: url(./themes/svg_gradient.php?from=cccccc&to=dddddd); - background-size: 100% 100%; - background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#dddddd)) !important; - background: -moz-linear-gradient(top, #cccccc, #dddddd) !important; - background: -o-linear-gradient(top, #cccccc, #dddddd) !important; - -} - -#newtable li a:hover { - text-decoration: none; -} - select{ -moz-border-radius:2px 2px 2px 2px; -moz-box-shadow:0 1px 2px #DDDDDD;