~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-admin/css/colors/ectoplasm/colors-rtl.css

  • Committer: Paul Gear
  • Date: 2015-04-24 01:35:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: paul.gear@canonical.com-20150424013520-w4p9ksth76zh6opw
Merge new upstream release 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
/* Links */
9
9
a {
10
 
  color: #0074a2; }
 
10
  color: #0073aa; }
11
11
  a:hover, a:active, a:focus {
12
 
    color: #0099d5; }
 
12
    color: #0095dd; }
13
13
 
14
14
#media-upload a.del-link:hover, div.dashboard-widget-submit input:hover, .subsubsub a:hover, .subsubsub a.current:hover {
15
 
  color: #0099d5; }
 
15
  color: #0095dd; }
16
16
 
17
17
/* Forms */
18
18
input[type=checkbox]:checked:before {
22
22
  background: #523f6d; }
23
23
 
24
24
.wp-core-ui input[type="reset"]:hover, .wp-core-ui input[type="reset"]:active {
25
 
  color: #0099d5; }
 
25
  color: #0095dd; }
26
26
 
27
27
/* Core UI */
28
28
.wp-core-ui .button-primary {
143
143
  color: #fff;
144
144
  background: #a3b745; }
145
145
 
146
 
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before {
 
146
#adminmenu li.wp-has-current-submenu div.wp-menu-image:before, #adminmenu a.current:hover div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu a:focus div.wp-menu-image:before, #adminmenu li.wp-has-current-submenu.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before, #adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, .ie8 #adminmenu li.opensub div.wp-menu-image:before {
147
147
  color: #fff; }
148
148
 
149
149
/* Admin Menu: bubble */
275
275
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #a3b745; }
276
276
 
277
277
/* Themes */
278
 
.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme:hover:after {
 
278
.theme-browser .theme.active .theme-name, .theme-browser .theme.add-new-theme a:hover:after, .theme-browser .theme.add-new-theme a:focus:after {
279
279
  background: #a3b745; }
280
280
 
281
 
.theme-browser .theme.add-new-theme:hover span:after {
 
281
.theme-browser .theme.add-new-theme a:hover span:after, .theme-browser .theme.add-new-theme a:focus span:after {
282
282
  color: #a3b745; }
283
283
 
284
284
.theme-section.current, .theme-filter.current {
318
318
  -webkit-box-shadow: inset 0 1px 0 #bfcd7b, 0 1px 0 rgba(0, 0, 0, 0.15);
319
319
  box-shadow: inset 0 1px 0 #bfcd7b, 0 1px 0 rgba(0, 0, 0, 0.15); }
320
320
 
321
 
/* Thickbox: Plugin information */
322
 
#sidemenu a.current {
323
 
  background: #f1f1f1;
324
 
  border-bottom-color: #f1f1f1; }
325
 
 
326
 
#plugin-information .action-button {
327
 
  background: #a3b745; }
328
 
 
329
321
/* Responsive Component */
330
322
div#wp-responsive-toggle a:before {
331
323
  color: #ece6f6; }
334
326
  border-color: transparent;
335
327
  background: #a3b745; }
336
328
 
337
 
.star-rating .star {
338
 
  color: #a3b745; }
339
 
 
340
329
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
341
330
  background: #413256; }