Update Metro theme for 4.8
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
@@ -1171,6 +1171,10 @@ ul#topmenu2 li {
|
||||
height: 48px;
|
||||
}
|
||||
|
||||
.scrollindicator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* default tab styles */
|
||||
#topmenu .tabactive {
|
||||
background: #fff !important;
|
||||
@@ -2046,7 +2050,7 @@ li#li_select_theme:hover
|
||||
|
||||
li#li_change_password
|
||||
{
|
||||
/* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_passwd.png); */
|
||||
/* list-style-image: url(<?php echo $theme->getImgPath(); ?>s_passwd.png); */
|
||||
display: block;
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
@@ -2060,7 +2064,7 @@ li#li_change_password:hover
|
||||
|
||||
li#li_user_preferences
|
||||
{
|
||||
/* list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_tblops.png); */
|
||||
/* list-style-image: url(<?php echo $theme->getImgPath(); ?>b_tblops.png); */
|
||||
display: block;
|
||||
padding: 10px;
|
||||
padding-left: 20px;
|
||||
@@ -2325,7 +2329,7 @@ input[type=date].invalid_value
|
||||
display: inline;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>ajax_clock_small.gif);
|
||||
background-image: url(<?php echo $theme->getImgPath(); ?>ajax_clock_small.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 46%;
|
||||
margin: 0;
|
||||
@@ -3089,7 +3093,7 @@ form.append_fields_form .tblFooters
|
||||
}
|
||||
|
||||
.cPointer {
|
||||
background: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('col_pointer.png');?>);
|
||||
background: url(<?php echo $theme->getImgPath('col_pointer.png');?>);
|
||||
height: 20px;
|
||||
margin-<?php echo $left; ?>: -5px; /* must be minus half of its width */
|
||||
margin-top: -10px;
|
||||
@@ -3120,7 +3124,7 @@ form.append_fields_form .tblFooters
|
||||
}
|
||||
|
||||
.coldrop {
|
||||
background: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('col_drop.png');?>);
|
||||
background: url(<?php echo $theme->getImgPath('col_drop.png');?>);
|
||||
cursor: pointer;
|
||||
height: 16px;
|
||||
margin-<?php echo $left; ?>: .3em;
|
||||
@@ -3278,12 +3282,12 @@ form.append_fields_form .tblFooters
|
||||
}
|
||||
|
||||
.cEdit .edit_box_posting {
|
||||
background: #FFF url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif');?>) no-repeat right center;
|
||||
background: #FFF url(<?php echo $theme->getImgPath('ajax_clock_small.gif');?>) no-repeat right center;
|
||||
padding-<?php echo $right; ?>: 1.5em;
|
||||
}
|
||||
|
||||
.cEdit .edit_area_loading {
|
||||
background: #FFF url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif');?>) no-repeat center;
|
||||
background: #FFF url(<?php echo $theme->getImgPath('ajax_clock_small.gif');?>) no-repeat center;
|
||||
height: 10em;
|
||||
}
|
||||
|
||||
@@ -3294,7 +3298,7 @@ form.append_fields_form .tblFooters
|
||||
}
|
||||
|
||||
.saving_edited_data {
|
||||
background: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('ajax_clock_small.gif');?>) no-repeat left;
|
||||
background: url(<?php echo $theme->getImgPath('ajax_clock_small.gif');?>) no-repeat left;
|
||||
padding-<?php echo $left; ?>: 20px;
|
||||
}
|
||||
|
||||
@@ -3825,7 +3829,7 @@ html.ie7 #pma_console .query_input {
|
||||
|
||||
span.drag_icon {
|
||||
display: inline-block;
|
||||
background-image: url('<?php echo $_SESSION['PMA_Theme']->getImgPath('s_sortable.png');?>');
|
||||
background-image: url('<?php echo $theme->getImgPath('s_sortable.png');?>');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
width: 1em;
|
||||
@@ -3868,11 +3872,11 @@ th.header .sorticon {
|
||||
}
|
||||
|
||||
th.headerSortUp .sorticon, th.headerSortDown:hover .sorticon {
|
||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('s_desc.png');?>);
|
||||
background-image: url(<?php echo $theme->getImgPath('s_desc.png');?>);
|
||||
}
|
||||
|
||||
th.headerSortDown .sorticon, th.headerSortUp:hover .sorticon {
|
||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('s_asc.png');?>);
|
||||
background-image: url(<?php echo $theme->getImgPath('s_asc.png');?>);
|
||||
}
|
||||
/* end of styles of sortable tables */
|
||||
|
||||
|
||||
@@ -29,17 +29,17 @@ if (! defined('PMA_MINIMUM_COMMON') && ! defined('TESTSUITE')) {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
canvas.pmd {
|
||||
canvas.designer {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
canvas.pmd * {
|
||||
canvas.designer * {
|
||||
behavior: url(#default#VML);
|
||||
}
|
||||
|
||||
.pmd_tab {
|
||||
.designer_tab {
|
||||
color: #333;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #ccc;
|
||||
@@ -47,7 +47,7 @@ canvas.pmd * {
|
||||
-moz-user-select: none;
|
||||
}
|
||||
|
||||
.pmd_tab .header {
|
||||
.designer_tab .header {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@ canvas.pmd * {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#pmd_hint {
|
||||
#designer_hint {
|
||||
white-space: nowrap;
|
||||
position: absolute;
|
||||
background-color: #99FF99;
|
||||
@@ -103,7 +103,7 @@ canvas.pmd * {
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.pmd_Tabs {
|
||||
.designer_Tabs {
|
||||
cursor: default;
|
||||
color: #333;
|
||||
white-space: nowrap;
|
||||
@@ -114,7 +114,7 @@ canvas.pmd * {
|
||||
border: #ccc solid 0;
|
||||
}
|
||||
|
||||
.pmd_Tabs:hover {
|
||||
.designer_Tabs:hover {
|
||||
cursor: default;
|
||||
color: #666;
|
||||
background: #eee;
|
||||
@@ -217,7 +217,7 @@ canvas.pmd * {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.pmd_header {
|
||||
.designer_header {
|
||||
background-color: #F6F6F6;
|
||||
border-top: 20px solid #FFFFFF;
|
||||
color: #333333;
|
||||
@@ -232,14 +232,14 @@ canvas.pmd * {
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
.pmd_header a {
|
||||
.designer_header a {
|
||||
display: block;
|
||||
float: <?php echo $left; ?>;
|
||||
margin: 3px 1px 4px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.pmd_header .M_bord {
|
||||
.designer_header .M_bord {
|
||||
display: block;
|
||||
float: <?php echo $left; ?>;
|
||||
margin: 4px;
|
||||
@@ -247,11 +247,11 @@ canvas.pmd * {
|
||||
width: 2px;
|
||||
}
|
||||
|
||||
.pmd_header a.first {
|
||||
.designer_header a.first {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.pmd_header a.last {
|
||||
.designer_header a.last {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
@@ -306,7 +306,7 @@ a.M_butt:hover {
|
||||
width: 153px;
|
||||
}
|
||||
|
||||
#pmd_optionse {
|
||||
#designer_optionse {
|
||||
position: absolute;
|
||||
<?php echo $left; ?>: 636px;
|
||||
top: 85px;
|
||||
@@ -315,7 +315,7 @@ a.M_butt:hover {
|
||||
}
|
||||
|
||||
#layer_menu_sizer {
|
||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/resize.png'); ?>);
|
||||
background-image: url(<?php echo $theme->getImgPath('designer/resize.png'); ?>);
|
||||
cursor: ew-resize;
|
||||
}
|
||||
|
||||
@@ -342,7 +342,7 @@ a.trigger {
|
||||
<?php echo $right; ?>: 0;
|
||||
color: #fff;
|
||||
padding: 10px 40px 10px 15px;
|
||||
background: #333 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/plus.png'); ?>) 85% 55% no-repeat;
|
||||
background: #333 url(<?php echo $theme->getImgPath('designer/plus.png'); ?>) 85% 55% no-repeat;
|
||||
border: 1px solid #444;
|
||||
display: block;
|
||||
z-index: 102;
|
||||
@@ -350,17 +350,17 @@ a.trigger {
|
||||
|
||||
a.trigger:hover {
|
||||
color: #080808;
|
||||
background: #fff696 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/plus.png'); ?>) 85% 55% no-repeat;
|
||||
background: #fff696 url(<?php echo $theme->getImgPath('designer/plus.png'); ?>) 85% 55% no-repeat;
|
||||
border: 1px solid #999;
|
||||
}
|
||||
|
||||
a.active.trigger {
|
||||
background: #222 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/minus.png'); ?>) 85% 55% no-repeat;
|
||||
background: #222 url(<?php echo $theme->getImgPath('designer/minus.png'); ?>) 85% 55% no-repeat;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
a.active.trigger:hover {
|
||||
background: #fff696 url(<?php echo $_SESSION['PMA_Theme']->getImgPath('pmd/minus.png'); ?>) 85% 55% no-repeat;
|
||||
background: #fff696 url(<?php echo $theme->getImgPath('designer/minus.png'); ?>) 85% 55% no-repeat;
|
||||
}
|
||||
|
||||
.toggle_container .block {
|
||||
@@ -467,4 +467,4 @@ a.active.trigger:hover {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 992 B After Width: | Height: | Size: 992 B |
|
Before Width: | Height: | Size: 991 B After Width: | Height: | Size: 991 B |
|
Before Width: | Height: | Size: 991 B After Width: | Height: | Size: 991 B |
|
Before Width: | Height: | Size: 1013 B After Width: | Height: | Size: 1013 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1007 B After Width: | Height: | Size: 1007 B |
|
Before Width: | Height: | Size: 998 B After Width: | Height: | Size: 998 B |
|
Before Width: | Height: | Size: 1005 B After Width: | Height: | Size: 1005 B |
|
Before Width: | Height: | Size: 108 B After Width: | Height: | Size: 108 B |
|
Before Width: | Height: | Size: 503 B After Width: | Height: | Size: 503 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 87 B After Width: | Height: | Size: 87 B |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 983 B After Width: | Height: | Size: 983 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 390 B |
|
Before Width: | Height: | Size: 735 B After Width: | Height: | Size: 735 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 920 B |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 133 B |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 612 B After Width: | Height: | Size: 612 B |
|
Before Width: | Height: | Size: 630 B After Width: | Height: | Size: 630 B |
|
Before Width: | Height: | Size: 677 B After Width: | Height: | Size: 677 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 421 B |
|
Before Width: | Height: | Size: 1011 B After Width: | Height: | Size: 1011 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -1,3 +0,0 @@
|
||||
<?php
|
||||
$theme_name = 'metro';
|
||||
$theme_full_version = '2.7';
|
||||
@@ -1,834 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* AUTOGENERATED CONTENT - DO NOT EDIT!
|
||||
* ALL CHANGES WILL BE UNDONE!
|
||||
* RUN `./scripts/generate-sprites` TO UPDATE THIS FILE
|
||||
*
|
||||
* @package PhpMyAdmin-theme
|
||||
*/
|
||||
|
||||
/**
|
||||
* Returns map of sprites inside sprite.png
|
||||
*
|
||||
* @return array Data of sprites
|
||||
*/
|
||||
function PMA_sprites()
|
||||
{
|
||||
return array(
|
||||
'asc_order' => array(
|
||||
'position' => '1',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_bookmark' => array(
|
||||
'position' => '2',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_browse' => array(
|
||||
'position' => '3',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_calendar' => array(
|
||||
'position' => '4',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_chart' => array(
|
||||
'position' => '5',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_close' => array(
|
||||
'position' => '6',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_column_add' => array(
|
||||
'position' => '7',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_comment' => array(
|
||||
'position' => '8',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_dbstatistics' => array(
|
||||
'position' => '9',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_deltbl' => array(
|
||||
'position' => '10',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_docs' => array(
|
||||
'position' => '11',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_docsql' => array(
|
||||
'position' => '12',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_drop' => array(
|
||||
'position' => '13',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_edit' => array(
|
||||
'position' => '14',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_empty' => array(
|
||||
'position' => '15',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_engine' => array(
|
||||
'position' => '16',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_event_add' => array(
|
||||
'position' => '17',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_events' => array(
|
||||
'position' => '18',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_export' => array(
|
||||
'position' => '19',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_favorite' => array(
|
||||
'position' => '20',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_find_replace' => array(
|
||||
'position' => '21',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_firstpage' => array(
|
||||
'position' => '22',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_ftext' => array(
|
||||
'position' => '23',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_group' => array(
|
||||
'position' => '24',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_help' => array(
|
||||
'position' => '25',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_home' => array(
|
||||
'position' => '26',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_import' => array(
|
||||
'position' => '27',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_index' => array(
|
||||
'position' => '28',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_index_add' => array(
|
||||
'position' => '29',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_info' => array(
|
||||
'position' => '30',
|
||||
'width' => '11',
|
||||
'height' => '11'
|
||||
),
|
||||
'b_inline_edit' => array(
|
||||
'position' => '31',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_insrow' => array(
|
||||
'position' => '32',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_lastpage' => array(
|
||||
'position' => '33',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_minus' => array(
|
||||
'position' => '34',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_more' => array(
|
||||
'position' => '35',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_move' => array(
|
||||
'position' => '36',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_newdb' => array(
|
||||
'position' => '37',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_newtbl' => array(
|
||||
'position' => '38',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_nextpage' => array(
|
||||
'position' => '39',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_no_favorite' => array(
|
||||
'position' => '40',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_pdfdoc' => array(
|
||||
'position' => '41',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_plus' => array(
|
||||
'position' => '42',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_prevpage' => array(
|
||||
'position' => '43',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_primary' => array(
|
||||
'position' => '44',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_print' => array(
|
||||
'position' => '45',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_props' => array(
|
||||
'position' => '46',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_relations' => array(
|
||||
'position' => '47',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_report' => array(
|
||||
'position' => '48',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_routine_add' => array(
|
||||
'position' => '49',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_routines' => array(
|
||||
'position' => '50',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_save' => array(
|
||||
'position' => '51',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_saveimage' => array(
|
||||
'position' => '52',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_sbrowse' => array(
|
||||
'position' => '53',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_sdb' => array(
|
||||
'position' => '54',
|
||||
'width' => '10',
|
||||
'height' => '10'
|
||||
),
|
||||
'b_search' => array(
|
||||
'position' => '55',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_selboard' => array(
|
||||
'position' => '56',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_select' => array(
|
||||
'position' => '57',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_snewtbl' => array(
|
||||
'position' => '58',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_spatial' => array(
|
||||
'position' => '59',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_sql' => array(
|
||||
'position' => '60',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_sqldoc' => array(
|
||||
'position' => '61',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_sqlhelp' => array(
|
||||
'position' => '62',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_table_add' => array(
|
||||
'position' => '63',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_tblanalyse' => array(
|
||||
'position' => '64',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_tblexport' => array(
|
||||
'position' => '65',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_tblimport' => array(
|
||||
'position' => '66',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_tblops' => array(
|
||||
'position' => '67',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_tbloptimize' => array(
|
||||
'position' => '68',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_tipp' => array(
|
||||
'position' => '69',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_trigger_add' => array(
|
||||
'position' => '70',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_triggers' => array(
|
||||
'position' => '71',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_unique' => array(
|
||||
'position' => '72',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_usradd' => array(
|
||||
'position' => '73',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_usrcheck' => array(
|
||||
'position' => '74',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_usrdrop' => array(
|
||||
'position' => '75',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_usredit' => array(
|
||||
'position' => '76',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_usrlist' => array(
|
||||
'position' => '77',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_versions' => array(
|
||||
'position' => '78',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_view' => array(
|
||||
'position' => '79',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_view_add' => array(
|
||||
'position' => '80',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'b_views' => array(
|
||||
'position' => '81',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_browse' => array(
|
||||
'position' => '82',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_deltbl' => array(
|
||||
'position' => '83',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_drop' => array(
|
||||
'position' => '84',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_edit' => array(
|
||||
'position' => '85',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_empty' => array(
|
||||
'position' => '86',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_export' => array(
|
||||
'position' => '87',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_firstpage' => array(
|
||||
'position' => '88',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_ftext' => array(
|
||||
'position' => '89',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_index' => array(
|
||||
'position' => '90',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_insrow' => array(
|
||||
'position' => '91',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_lastpage' => array(
|
||||
'position' => '92',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_nextpage' => array(
|
||||
'position' => '93',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_prevpage' => array(
|
||||
'position' => '94',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_primary' => array(
|
||||
'position' => '95',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_routine_add' => array(
|
||||
'position' => '96',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_sbrowse' => array(
|
||||
'position' => '97',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_select' => array(
|
||||
'position' => '98',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_spatial' => array(
|
||||
'position' => '99',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'bd_unique' => array(
|
||||
'position' => '100',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'centralColumns' => array(
|
||||
'position' => '101',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'centralColumns_add' => array(
|
||||
'position' => '102',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'centralColumns_delete' => array(
|
||||
'position' => '103',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'col_drop' => array(
|
||||
'position' => '104',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'console' => array(
|
||||
'position' => '105',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'database' => array(
|
||||
'position' => '106',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'docs_menu_bg' => array(
|
||||
'position' => '107',
|
||||
'width' => '2',
|
||||
'height' => '2'
|
||||
),
|
||||
'eye' => array(
|
||||
'position' => '108',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'eye_grey' => array(
|
||||
'position' => '109',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'item' => array(
|
||||
'position' => '110',
|
||||
'width' => '9',
|
||||
'height' => '9'
|
||||
),
|
||||
'item_ltr' => array(
|
||||
'position' => '111',
|
||||
'width' => '5',
|
||||
'height' => '9'
|
||||
),
|
||||
'item_rtl' => array(
|
||||
'position' => '112',
|
||||
'width' => '5',
|
||||
'height' => '9'
|
||||
),
|
||||
'lightbulb' => array(
|
||||
'position' => '113',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'lightbulb_off' => array(
|
||||
'position' => '114',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'more' => array(
|
||||
'position' => '115',
|
||||
'width' => '13',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_data' => array(
|
||||
'position' => '116',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_data_hovered' => array(
|
||||
'position' => '117',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_data_selected' => array(
|
||||
'position' => '118',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_data_selected_hovered' => array(
|
||||
'position' => '119',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_struct' => array(
|
||||
'position' => '120',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_struct_hovered' => array(
|
||||
'position' => '121',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_struct_selected' => array(
|
||||
'position' => '122',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'new_struct_selected_hovered' => array(
|
||||
'position' => '123',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'normalize' => array(
|
||||
'position' => '124',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'pause' => array(
|
||||
'position' => '125',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'php_sym' => array(
|
||||
'position' => '126',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'play' => array(
|
||||
'position' => '127',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_asc' => array(
|
||||
'position' => '128',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_asci' => array(
|
||||
'position' => '129',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_attention' => array(
|
||||
'position' => '130',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_cancel' => array(
|
||||
'position' => '131',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_cancel2' => array(
|
||||
'position' => '132',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_cog' => array(
|
||||
'position' => '133',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_collapseall' => array(
|
||||
'position' => '134',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_db' => array(
|
||||
'position' => '135',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_desc' => array(
|
||||
'position' => '136',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_error' => array(
|
||||
'position' => '137',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_error2' => array(
|
||||
'position' => '138',
|
||||
'width' => '11',
|
||||
'height' => '11'
|
||||
),
|
||||
's_host' => array(
|
||||
'position' => '139',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_info' => array(
|
||||
'position' => '140',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_lang' => array(
|
||||
'position' => '141',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_link' => array(
|
||||
'position' => '142',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_lock' => array(
|
||||
'position' => '143',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_loggoff' => array(
|
||||
'position' => '144',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_notice' => array(
|
||||
'position' => '145',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_okay' => array(
|
||||
'position' => '146',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_passwd' => array(
|
||||
'position' => '147',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_process' => array(
|
||||
'position' => '148',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_really' => array(
|
||||
'position' => '149',
|
||||
'width' => '11',
|
||||
'height' => '11'
|
||||
),
|
||||
's_reload' => array(
|
||||
'position' => '150',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_replication' => array(
|
||||
'position' => '151',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_rights' => array(
|
||||
'position' => '152',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_sortable' => array(
|
||||
'position' => '153',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_status' => array(
|
||||
'position' => '154',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_success' => array(
|
||||
'position' => '155',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_sync' => array(
|
||||
'position' => '156',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_tbl' => array(
|
||||
'position' => '157',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_theme' => array(
|
||||
'position' => '158',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_top' => array(
|
||||
'position' => '159',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_unlink' => array(
|
||||
'position' => '160',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_vars' => array(
|
||||
'position' => '161',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
's_views' => array(
|
||||
'position' => '162',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
'window-new' => array(
|
||||
'position' => '163',
|
||||
'width' => '16',
|
||||
'height' => '16'
|
||||
),
|
||||
);
|
||||
}
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "Metro",
|
||||
"version": "2.7",
|
||||
"version": "2.8",
|
||||
"description": "Windows 8 / Metro Theme for phpMyAdmin",
|
||||
"author": "phpMyAdmin developers and hplhu",
|
||||
"url": "https://www.phpmyadmin.net/",
|
||||
"supports": ["4.7"]
|
||||
"supports": ["4.8"]
|
||||
}
|
||||
|
||||
|
||||