Ticket #19042: 19042.toggle-arrow-cleanup.patch
| File 19042.toggle-arrow-cleanup.patch, 1.6 KB (added by SergeyBiryukov, 19 months ago) |
|---|
-
wp-admin/css/colors-classic.dev.css
1831 1831 color: #333; 1832 1832 } 1833 1833 1834 .toggle-arrow {1835 background: transparent url(../images/arrows-vs.png) no-repeat right 3px;1836 }1837 1838 1834 .view-switch #view-switch-list { 1839 1835 background: transparent url(../images/list.png) no-repeat 0 0; 1840 1836 } … … 2172 2168 border-left-color: #d1e5ee; 2173 2169 } 2174 2170 2175 .toggle-arrow {2176 background: transparent url(../images/arrows-vs.png) no-repeat left 3px;2177 }2178 2179 2171 .rtl .sidebar-name-arrow { 2180 2172 background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px; 2181 2173 } -
wp-admin/css/colors-fresh.dev.css
1890 1890 border-left-color: #eee; 1891 1891 } 1892 1892 1893 .toggle-arrow {1894 background: transparent url(../images/arrows.png) no-repeat left 3px;1895 }1896 1897 1893 .rtl .sidebar-name-arrow { 1898 1894 background: transparent url(../images/arrows.png) no-repeat 5px 9px; 1899 1895 } -
wp-includes/css/editor-buttons.dev.css
1545 1545 } 1546 1546 1547 1547 .rtl #wp-link .toggle-arrow { 1548 background-position: bottomright;1548 background-position: top right; 1549 1549 } 1550 1550 1551 1551 .rtl #wp-link .toggle-arrow-active {
