Update Fallen theme for 4.7

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch
2017-02-10 09:23:33 -05:00
parent 11ce53a2e7
commit dc195551c9
19 changed files with 1346 additions and 1917 deletions
+6 -1
View File
@@ -17,7 +17,7 @@ $brand = 'phpMyAdmin';
# Or the theme will be error!
$name = 'Fallen';
$version = '0.2';
$version = '0.4';
$slug = 'fallen';
$font_family_icon = 'Fallen' ?>
/* ----------------------------------------------------- */
@@ -134,3 +134,8 @@ $font_family_icon = 'Fallen' ?>
---------------------------------------------- */
<?php include CSS_PATH . '/common/responsive.css.php' ?>
/* Miscellaneous
---------------------------------------------- */
<?php include CSS_PATH . '/common/misc.css.php' ?>
-8
View File
@@ -526,10 +526,6 @@ div#page_content div#tableslistcontainer table.data {
border-top: 0.1px solid #eee
}
div#page_content form#db_search_form.ajax fieldset {
margin-top: -0.3em
}
.small_font {
font-size: smaller
}
@@ -877,10 +873,6 @@ html.ie7 #pma_console .query_input {
max-height: initial
}
.firefox .cm-s-pma.CodeMirror {
font-size: 120%
}
.cm-s-pma .CodeMirror-scroll {
cursor: text
}
+11
View File
@@ -0,0 +1,11 @@
meter[value="1"]::-webkit-meter-optimum-value {
background: linear-gradient(white 3%, #E32929 5%, transparent 10%, #E32929);
}
meter[value="2"]::-webkit-meter-optimum-value {
background: linear-gradient(white 3%, #FF6600 5%, transparent 10%, #FF6600);
}
meter[value="3"]::-webkit-meter-optimum-value {
background: linear-gradient(white 3%, #FFD700 5%, transparent 10%, #FFD700);
}
+10 -6
View File
@@ -71,27 +71,27 @@ tr.vbottom th, tr.vbottom td, th.vbottom, td.vbottom {
border: 1px solid <?php echo $GLOBALS['cfg']['BorderColor'] ?>
}
table tr.odd th, .odd {
table tbody:first-of-type tr:nth-child(odd), table tbody:first-of-type tr:nth-child(odd) th {
background: <?php echo $GLOBALS['cfg']['BgTwo'] ?>;
border-bottom: none
}
table tr.even th, .even {
table tbody:first-of-type tr:nth-child(even), table tbody:first-of-type tr:nth-child(even) th {
background: <?php echo $GLOBALS['cfg']['BgOne'] ?>;
border-bottom: none
}
table tr.odd th, table tr.odd, table tr.even th, table tr.even {
table tr th, table tr {
text-align: left;
border-bottom: 1px solid #eee
}
table tr.odd, table tr.even {
table tr {
border-left: 3px solid transparent;
line-height: 1em
}
td.marked:not(.nomarker), table tr.marked:not(.nomarker) td, table tr.marked:not(.nomarker) th, table tr.marked:not(.nomarker) {
td.marked:not(.nomarker), table tr.marked:not(.nomarker) td, table tbody:first-of-type tr.marked:not(.nomarker) th, table tr.marked:not(.nomarker) {
color: <?php echo $GLOBALS['cfg']['MainColor'] ?>
}
@@ -103,7 +103,7 @@ table tr.marked:not(.nomarker) {
border-left: 3px solid #4285f4
}
table tr.odd:not(.nopointer):hover th, table tr.even:not(.nopointer):hover th, table tr.hover:not(.nopointer) th {
table tr.hover:not(.nopointer) th {
background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerBackground'] ?>;
color: <?php echo $GLOBALS['cfg']['ThPointerColor'] ?>
}
@@ -145,6 +145,10 @@ td .icon {
margin: 0
}
.new_central_col {
width: 100%;
}
.tblcomment {
font-size: 70%;
font-weight: normal;
+6 -4
View File
@@ -78,11 +78,11 @@ th.column_heading, th.column_action {
border: .1em solid #000
}
table tr.odd, table tr.even {
table tr {
border-left: .1em solid #000
}
table tr.odd th, table tr.even th, table.data th {
table tr th, table.data th {
border-bottom: .1em solid #000
}
@@ -192,11 +192,13 @@ table tr.odd th, table tr.even th, table.data th {
/* For Odd-Even contrast */
table tr.odd th, table tr.odd td, .odd {
table tbody:first-of-type tr:nth-child(odd),
table tbody:first-of-type tr:nth-child(odd) th {
background: #fff
}
table tr.even th, table tr.even td, .even {
table tbody:first-of-type tr:nth-child(even),
table tbody:first-of-type tr:nth-child(even) th {
background: #dfdfdf
}
+1 -1
View File
@@ -10,4 +10,4 @@
# Theme info
$theme_name = 'Fallen';
$theme_full_version = '0.3';
$theme_full_version = '0.4';
Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 B

After

Width:  |  Height:  |  Size: 74 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 B

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

-1897
View File
File diff suppressed because it is too large Load Diff
+1312
View File
File diff suppressed because it is too large Load Diff