2.11c update
This commit is contained in:
@@ -710,10 +710,14 @@ span.tab {
|
|||||||
/* disabled drop/empty tabs */
|
/* disabled drop/empty tabs */
|
||||||
span.tabcaution {
|
span.tabcaution {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_header2.png);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>tbl_header_disabled.png);
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
padding-top: 4px;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
padding-left: 4px;
|
||||||
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* enabled drop/empty tabs */
|
/* enabled drop/empty tabs */
|
||||||
@@ -1155,9 +1159,16 @@ li#li_mysql_proto,
|
|||||||
li#li_user_info,
|
li#li_user_info,
|
||||||
li#li_used_php_extension,
|
li#li_used_php_extension,
|
||||||
li#li_mysql_client_version,
|
li#li_mysql_client_version,
|
||||||
li#li_select_server {
|
li#li_select_server,
|
||||||
|
li#li_server_info,
|
||||||
|
li#li_server_version {
|
||||||
color: #888888;
|
color: #888888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form_fontsize_selection label {
|
||||||
|
color: #1F457E;
|
||||||
|
}
|
||||||
|
|
||||||
#mysqlmaininformation {
|
#mysqlmaininformation {
|
||||||
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>mysql_info.jpg);
|
background-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>mysql_info.jpg);
|
||||||
background-position:right bottom;
|
background-position:right bottom;
|
||||||
@@ -1187,13 +1198,15 @@ li#li_select_lang {
|
|||||||
li#li_select_mysql_collation,
|
li#li_select_mysql_collation,
|
||||||
li#li_select_mysql_charset {
|
li#li_select_mysql_charset {
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_asci.png);
|
||||||
|
color: #1F457E;
|
||||||
}
|
}
|
||||||
|
|
||||||
li#li_select_theme{
|
li#li_select_theme{
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_theme.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
li#li_server_info{
|
li#li_server_info,
|
||||||
|
li#li_server_version {
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_ltr.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>item_ltr.png);
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
}
|
}
|
||||||
@@ -1253,7 +1266,8 @@ li#li_log_out {
|
|||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>s_loggoff.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
li#li_pma_docs {
|
li#li_pma_docs,
|
||||||
|
li#li_pma_wiki {
|
||||||
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
|
list-style-image: url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>b_docs.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user