Update Fallen theme for 4.8

This commit is contained in:
Manuel
2018-04-27 14:50:03 +02:00
committed by GitHub
parent a4dbba67da
commit b3a4762c32
68 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ $brand = 'phpMyAdmin';
// Do not edit!!!
// Or the theme will be broken!
$name = 'Fallen';
$version = '0.4';
$version = '0.7';
$slug = 'fallen';
$font_family_icon = 'Fallen' ?>
/* ----------------------------------------------------- */
+7 -3
View File
@@ -41,6 +41,10 @@ ul#topmenu li, ul#topmenu2 li {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}
.scrollindicator {
display: none
}
#topmenu .tabactive {
background: #fff!important
}
@@ -695,7 +699,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;
@@ -707,7 +711,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;
@@ -939,7 +943,7 @@ input[type=text].invalid_value, input[type=password].invalid_value, input[type=n
display: inline;
left: 0;
right: 0;
background-image: url("<?php echo $_SESSION['PMA_Theme']->getImgPath('loader-blue.svg') ?>");
background-image: url("<?php echo $theme->getImgPath('loader-blue.svg') ?>");
background-repeat: no-repeat;
background-position: 46%;
margin: 0;
+6 -6
View File
@@ -304,7 +304,7 @@ caption a.top {
}
.cPointer {
background: url(<?php echo $_SESSION['PMA_Theme']->getImgPath('col_pointer.png');
background: url(<?php echo $theme->getImgPath('col_pointer.png');
?>);
height: 20px;
margin-left: -5px;
@@ -337,7 +337,7 @@ caption a.top {
}
.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;
@@ -429,12 +429,12 @@ caption a.top {
}
.cEdit .edit_box_posting {
background: #FFF url("<?php echo $_SESSION['PMA_Theme']->getImgPath('loader-blue.svg') ?>") no-repeat right center;
background: #FFF url("<?php echo $theme->getImgPath('loader-blue.svg') ?>") no-repeat right center;
padding-right: 1.5em
}
.cEdit .edit_area_loading {
background: #FFF url("<?php echo $_SESSION['PMA_Theme']->getImgPath('loader-blue.svg') ?>") no-repeat center;
background: #FFF url("<?php echo $theme->getImgPath('loader-blue.svg') ?>") no-repeat center;
height: 10em
}
@@ -445,7 +445,7 @@ caption a.top {
}
.saving_edited_data {
background: url("<?php echo $_SESSION['PMA_Theme']->getImgPath('loader-blue.svg') ?>") no-repeat left;
background: url("<?php echo $theme->getImgPath('loader-blue.svg') ?>") no-repeat left;
padding-left: 20px
}
@@ -987,7 +987,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;
+2 -2
View File
@@ -280,12 +280,12 @@ 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 */

Before

Width:  |  Height:  |  Size: 101 B

After

Width:  |  Height:  |  Size: 101 B

Before

Width:  |  Height:  |  Size: 169 B

After

Width:  |  Height:  |  Size: 169 B

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 701 B

Before

Width:  |  Height:  |  Size: 666 B

After

Width:  |  Height:  |  Size: 666 B

Before

Width:  |  Height:  |  Size: 736 B

After

Width:  |  Height:  |  Size: 736 B

Before

Width:  |  Height:  |  Size: 699 B

After

Width:  |  Height:  |  Size: 699 B

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

Before

Width:  |  Height:  |  Size: 181 B

After

Width:  |  Height:  |  Size: 181 B

Before

Width:  |  Height:  |  Size: 90 B

After

Width:  |  Height:  |  Size: 90 B

Before

Width:  |  Height:  |  Size: 98 B

After

Width:  |  Height:  |  Size: 98 B

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 105 B

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 88 B

Before

Width:  |  Height:  |  Size: 229 B

After

Width:  |  Height:  |  Size: 229 B

Before

Width:  |  Height:  |  Size: 275 B

After

Width:  |  Height:  |  Size: 275 B

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 154 B

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

Before

Width:  |  Height:  |  Size: 122 B

After

Width:  |  Height:  |  Size: 122 B

Before

Width:  |  Height:  |  Size: 105 B

After

Width:  |  Height:  |  Size: 105 B

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 470 B

Before

Width:  |  Height:  |  Size: 792 B

After

Width:  |  Height:  |  Size: 792 B

Before

Width:  |  Height:  |  Size: 678 B

After

Width:  |  Height:  |  Size: 678 B

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 87 B

Before

Width:  |  Height:  |  Size: 734 B

After

Width:  |  Height:  |  Size: 734 B

Before

Width:  |  Height:  |  Size: 670 B

After

Width:  |  Height:  |  Size: 670 B

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 758 B

Before

Width:  |  Height:  |  Size: 772 B

After

Width:  |  Height:  |  Size: 772 B

Before

Width:  |  Height:  |  Size: 711 B

After

Width:  |  Height:  |  Size: 711 B

Before

Width:  |  Height:  |  Size: 796 B

After

Width:  |  Height:  |  Size: 796 B

Before

Width:  |  Height:  |  Size: 161 B

After

Width:  |  Height:  |  Size: 161 B

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 427 B

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 884 B

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Before

Width:  |  Height:  |  Size: 688 B

After

Width:  |  Height:  |  Size: 688 B

Before

Width:  |  Height:  |  Size: 713 B

After

Width:  |  Height:  |  Size: 713 B

Before

Width:  |  Height:  |  Size: 919 B

After

Width:  |  Height:  |  Size: 919 B

Before

Width:  |  Height:  |  Size: 128 B

After

Width:  |  Height:  |  Size: 128 B

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

Before

Width:  |  Height:  |  Size: 1004 B

After

Width:  |  Height:  |  Size: 1004 B

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 611 B

Before

Width:  |  Height:  |  Size: 791 B

After

Width:  |  Height:  |  Size: 791 B

Before

Width:  |  Height:  |  Size: 807 B

After

Width:  |  Height:  |  Size: 807 B

Before

Width:  |  Height:  |  Size: 847 B

After

Width:  |  Height:  |  Size: 847 B

Before

Width:  |  Height:  |  Size: 889 B

After

Width:  |  Height:  |  Size: 889 B

Before

Width:  |  Height:  |  Size: 969 B

After

Width:  |  Height:  |  Size: 969 B

Before

Width:  |  Height:  |  Size: 685 B

After

Width:  |  Height:  |  Size: 685 B

Before

Width:  |  Height:  |  Size: 293 B

After

Width:  |  Height:  |  Size: 293 B

Before

Width:  |  Height:  |  Size: 874 B

After

Width:  |  Height:  |  Size: 874 B

Before

Width:  |  Height:  |  Size: 135 B

After

Width:  |  Height:  |  Size: 135 B

Before

Width:  |  Height:  |  Size: 134 B

After

Width:  |  Height:  |  Size: 134 B

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 746 B

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 757 B

Before

Width:  |  Height:  |  Size: 409 B

After

Width:  |  Height:  |  Size: 409 B

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 430 B

Before

Width:  |  Height:  |  Size: 177 B

After

Width:  |  Height:  |  Size: 177 B

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 163 B

Before

Width:  |  Height:  |  Size: 432 B

After

Width:  |  Height:  |  Size: 432 B

Before

Width:  |  Height:  |  Size: 170 B

After

Width:  |  Height:  |  Size: 170 B

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 729 B

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 472 B

+1 -1
View File
@@ -9,4 +9,4 @@
// Theme info
$theme_name = 'Fallen';
$theme_full_version = '0.6';
$theme_full_version = '0.7';
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "Fallen",
"version": "0.6",
"version": "0.7",
"description": "Fallen theme for phpMyAdmin",
"author": "Frans Allen",
"url": "https://www.fransallen.com/",
"supports": ["4.7"]
"supports": ["4.8"]
}