Skip to content

Commit

Permalink
Fixed class selectors based on phpmyadmin core
Browse files Browse the repository at this point in the history
Signed-off-by: Manish Bisht <[email protected]>
  • Loading branch information
manishbisht committed Mar 14, 2017
1 parent 62c4167 commit e092583
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions cleanstrap/css/theme_right.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -2599,7 +2599,7 @@
cursor: default;
}

.tab_field_2 {
.tab_field:hover, .tab_field_3:hover {
background-color: #CCFFCC;
color: #000000;
background-repeat: repeat-x;
Expand Down Expand Up @@ -2644,7 +2644,7 @@
border: #CCCCCC solid 1px;
}

.pmd_Tabs2 {
.pmd_Tabs:hover {
cursor: default;
color: #0055bb;
background: #FFEE99;
Expand Down Expand Up @@ -2692,7 +2692,7 @@
text-decoration: none;
}

.small_tab2 {
.small_tab:hover {
vertical-align: top;
color: #FFFFFF;
background-color: #FF9966;
Expand All @@ -2712,7 +2712,7 @@
width: 1px;
}

.small_tab_pref2 {
.small_tab_pref:hover {
vertical-align: top;
color: #FFFFFF;
background-color: #FF9966;
Expand Down Expand Up @@ -2742,7 +2742,7 @@
cursor: default;
}

.L_butt2_2 {
.L_butt2_1:hover {
padding: 0;
border: #0099CC solid 1px;
background: #FFEE99;
Expand Down
10 changes: 5 additions & 5 deletions fallen/css/pmd.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
cursor: default
}

.tab_field_2 {
.tab_field:hover, .tab_field_3:hover {
background-color: #CCFFCC;
color: #000;
background-repeat: repeat-x;
Expand Down Expand Up @@ -116,7 +116,7 @@
border: #ccc solid 0
}

.pmd_Tabs2 {
.pmd_Tabs:hover {
cursor: default;
color: #666;
background: #eee;
Expand Down Expand Up @@ -161,7 +161,7 @@
text-decoration: none
}

.small_tab2 {
.small_tab:hover {
vertical-align: top;
color: #fff;
background-color: #ff9966;
Expand All @@ -180,7 +180,7 @@
width: 1px
}

.small_tab_pref2 {
.small_tab_pref:hover {
vertical-align: top;
color: #fff;
background-color: #ff9966;
Expand All @@ -198,7 +198,7 @@
cursor: default
}

.L_butt2_2 {
.L_butt2_1:hover {
padding-left: 5px;
color: #000;
text-decoration: none;
Expand Down
10 changes: 5 additions & 5 deletions metro/css/pmd.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
cursor: default;
}

.tab_field_2 {
.tab_field:hover, .tab_field_3:hover {
background-color: #CCFFCC;
color: #000;
background-repeat: repeat-x;
Expand Down Expand Up @@ -114,7 +114,7 @@
border: #ccc solid 0;
}

.pmd_Tabs2 {
.pmd_Tabs:hover {
cursor: default;
color: #666;
background: #eee;
Expand Down Expand Up @@ -159,7 +159,7 @@
text-decoration: none;
}

.small_tab2 {
.small_tab:hover {
vertical-align: top;
color: #fff;
background-color: #FF9966;
Expand All @@ -178,7 +178,7 @@
width: 1px;
}

.small_tab_pref2 {
.small_tab_pref:hover {
vertical-align: top;
color: #fff;
background-color: #FF9966;
Expand All @@ -196,7 +196,7 @@
cursor: default;
}

.L_butt2_2 {
.L_butt2_1:hover {
padding-left: 5px;
color: #000;
text-decoration: none;
Expand Down
10 changes: 5 additions & 5 deletions mhn/css/pmd.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
color:#000;
cursor:default;
}
.tab_field_2{
.tab_field:hover, .tab_field_3:hover{
background-color:<?php echo $GLOBALS['cfg']['cLte']; ?>;
color:#000;
cursor:default;
Expand Down Expand Up @@ -77,7 +77,7 @@
background-color:#fff;
border:#ccc solid 1px;
}
.pmd_Tabs2{
.pmd_Tabs:hover{
cursor:default;
color:#0055bb;
text-indent:3px;
Expand Down Expand Up @@ -115,7 +115,7 @@
text-decoration:none;
font-family:monospace,'Lucida Console','Courier New';
}
.small_tab2{
.small_tab:hover{
vertical-align:top;
color:#fff;
background-color:<?php echo $GLOBALS['cfg']['cLte']; ?>;
Expand All @@ -133,7 +133,7 @@
text-align:center;
width:1px;
}
.small_tab_pref2{
.small_tab_pref:hover{
vertical-align:top;
color:#fff;
background-color:<?php echo $GLOBALS['cfg']['cLte']; ?>;
Expand All @@ -157,7 +157,7 @@
vertical-align:middle;
cursor:default;
}
.L_butt2_2{
.L_butt2_1:hover{
color:#000;
cursor:default;
text-decoration:none;
Expand Down

0 comments on commit e092583

Please sign in to comment.