Changeset 21188
- Timestamp:
- 06/30/2012 08:00:37 AM (13 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.dev.css
r20977 r21188 2409 2409 2410 2410 .rtl .bar { 2411 border-right-color: none;2411 border-right-color: transparent; 2412 2412 border-left-color: #99d; 2413 2413 } … … 2443 2443 2444 2444 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2445 border-right-color: none;2445 border-right-color: transparent; 2446 2446 border-left-color: #d1e5ee; 2447 2447 } … … 2487 2487 2488 2488 .rtl #post-body .misc-pub-section { 2489 border-right-color: none;2489 border-right-color: transparent; 2490 2490 border-left-color: #d1e5ee; 2491 2491 } -
trunk/wp-admin/css/colors-fresh.dev.css
r20977 r21188 1996 1996 1997 1997 .rtl .bar { 1998 border-right-color: none;1998 border-right-color: transparent; 1999 1999 border-left-color: #99d; 2000 2000 } … … 2030 2030 2031 2031 .rtl #adminmenu .wp-submenu .wp-submenu-head { 2032 border-right-color: none;2032 border-right-color: transparent; 2033 2033 border-left-color: #dfdfdf; 2034 2034 } … … 2074 2074 2075 2075 .rtl #post-body .misc-pub-section { 2076 border-right-color: none;2076 border-right-color: transparent; 2077 2077 border-left-color: #eee; 2078 2078 }
Note: See TracChangeset
for help on using the changeset viewer.