~ubuntu-branches/ubuntu/lucid/wordpress/lucid-security

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2009-08-14 13:32:33 UTC
  • mfrom: (11.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090814133233-n1qy24xncscu6yvj
Tags: 2.8.3-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/apache.conf:
    + Changed to use /var/www instead of /srv/www for virtual webroot.
  - debian/setup-mysql:
    + Changed to use /var/www instead of /srv/www.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        background-image: url(../images/bubble_bg-rtl.gif);
13
13
}
14
14
.tablenav .tablenav-pages a {
15
 
        background: #eee url('../images/menu-bits-rtl.gif') repeat-x scroll right -379px;
 
15
        background: #eee url('../images/menu-bits-rtl-vs.gif') repeat-x scroll right -379px;
16
16
}
17
17
#upload-menu li.current {
18
18
        border-right-color: transparent;
20
20
}
21
21
 
22
22
#adminmenu .wp-submenu .current a.current {
23
 
        background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll  right -289px;
 
23
        background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll  right -289px;
24
24
}
25
25
 
26
26
#adminmenu li.wp-menu-separator {
33
33
 
34
34
#adminmenu li.wp-has-current-submenu .wp-menu-toggle,
35
35
#adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
36
 
        background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -207px;
 
36
        background: transparent url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -207px;
37
37
}
38
38
 
39
39
#adminmenu .wp-has-current-submenu ul li a.current {
42
42
 
43
43
#adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
44
44
#adminmenu .menu-top .current {
45
 
        background: url(../images/menu-bits-rtl.gif) top right repeat-x;
 
45
        background: url(../images/menu-bits-rtl-vs.gif) top right repeat-x;
46
46
}
47
47
 
48
48
#adminmenu li.wp-has-current-submenu ul li a {
50
50
}
51
51
 
52
52
#adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle {
53
 
        background: transparent url(../images/menu-bits-rtl.gif) no-repeat right -207px;
 
53
        background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat right -207px;
54
54
}
55
55
 
56
56
#adminmenu .wp-has-submenu:hover .wp-menu-toggle,
57
57
#adminmenu .wp-menu-open .wp-menu-toggle {
58
 
        background: transparent url(../images/menu-bits-rtl.gif) repeat-x scroll right -109px;
 
58
        background: transparent url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -109px;
59
59
}
60
60
 
61
61
#adminmenu a.wp-has-submenu {
62
 
        background: #f1f1f1 url(../images/menu-bits-rtl.gif) repeat-x scroll right -379px;
 
62
        background: #f1f1f1 url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right -379px;
63
63
}
64
64
 
65
65
#adminmenu .wp-submenu a {
66
 
        background: #FFFFFF url(../images/menu-bits-rtl.gif) no-repeat scroll right -310px;
 
66
        background: #FFFFFF url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -310px;
67
67
}
68
68
 
69
69
#adminmenu li.current a,
70
70
#adminmenu .wp-submenu a:hover {
71
 
        background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll  right -289px;
 
71
        background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll  right -289px;
72
72
}
73
73
 
74
74
#adminmenu li.wp-has-current-submenu a.wp-has-submenu {
75
 
        background: #b5b5b5 url(../images/menu-bits-rtl.gif) repeat-x scroll right top;
 
75
        background: #b5b5b5 url(../images/menu-bits-rtl-vs.gif) repeat-x scroll right top;
76
76
}
77
77
 
78
78
.meta-box-sortables .postbox:hover .handlediv {
79
 
        background: transparent url(../images/menu-bits-rtl.gif) no-repeat scroll right -111px;
 
79
        background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;
80
80
}