Adjust the active tab colors in the plugin info Thickbox, see [26788], #25858.
Built from https://develop.svn.wordpress.org/trunk@26805 git-svn-id: http://core.svn.wordpress.org/trunk@26692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
355846659e
commit
02fb5044c4
|
@ -1395,8 +1395,8 @@ table.diff .diff-addedline ins {
|
|||
}
|
||||
|
||||
#sidemenu a.current {
|
||||
background-color: #eee;
|
||||
border-color: #dfdfdf #dfdfdf #eee;
|
||||
background-color: #f3f3f3;
|
||||
border-color: #dfdfdf #dfdfdf #f3f3f3;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1395,8 +1395,8 @@ table.diff .diff-addedline ins {
|
|||
}
|
||||
|
||||
#sidemenu a.current {
|
||||
background-color: #eee;
|
||||
border-color: #dfdfdf #dfdfdf #eee;
|
||||
background-color: #f3f3f3;
|
||||
border-color: #dfdfdf #dfdfdf #f3f3f3;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -445,6 +445,11 @@ ul#adminmenu > li.current > a.current:after {
|
|||
box-shadow: inset 0 1px 0 lighten( $button-color, 15% ), 0 1px 0 rgba(0,0,0,.15);
|
||||
}
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: $body-background;
|
||||
border-bottom-color: $body-background;
|
||||
}
|
||||
|
||||
/* Responsive Component */
|
||||
|
||||
|
@ -464,4 +469,4 @@ div#wp-responsive-toggle a:before {
|
|||
|
||||
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
|
||||
background: $menu-submenu-background;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #e5f8ff; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ecc88a, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #e5f8ff; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #e0cdbd, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #e0cdbd, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f3f2f1; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #e0cdbd, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #e0cdbd, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f3f2f1; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #c0cd7b, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #c0cd7b, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #ece6f6; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #c0cd7b, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #c0cd7b, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #ece6f6; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: whitesmoke;
|
||||
border-bottom-color: whitesmoke; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #999999; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #22cffb, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: whitesmoke;
|
||||
border-bottom-color: whitesmoke; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #999999; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f1f2f3; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #ec8a85, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f1f2f3; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #cbdacc, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #cbdacc, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f2fcff; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #cbdacc, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #cbdacc, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f2fcff; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #e8ab7c, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #e8ab7c, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f3f1f1; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -281,6 +281,11 @@ ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu > li.current > a.curre
|
|||
-webkit-box-shadow: inset 0 1px 0 #e8ab7c, 0 1px 0 rgba(0, 0, 0, 0.15);
|
||||
box-shadow: inset 0 1px 0 #e8ab7c, 0 1px 0 rgba(0, 0, 0, 0.15); }
|
||||
|
||||
/* Thickbox: Install Plugins */
|
||||
#sidemenu a.current {
|
||||
background: #f3f3f3;
|
||||
border-bottom-color: #f3f3f3; }
|
||||
|
||||
/* Responsive Component */
|
||||
div#wp-responsive-toggle a:before {
|
||||
color: #f3f1f1; }
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue