mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Integrate icons RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24291 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f525eaea66
commit
75e5d17725
@ -271,7 +271,7 @@ a.user.user-mention {
|
||||
#admin-menu a {line-height:1.7em;}
|
||||
|
||||
a#toggle-completed-versions {color:var(--oc-gray-6);}
|
||||
a#toggle-completed-versions span.icon-label {margin-left: 0}
|
||||
a#toggle-completed-versions span.icon-label {margin-inline-start: 0}
|
||||
a#toggle-completed-versions svg, a#toggle-completed-versions:hover svg {stroke:var(--oc-gray-6)}
|
||||
|
||||
/***** Dropdown *****/
|
||||
@ -1909,6 +1909,11 @@ svg.icon-svg-filled {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
html[dir="rtl"] svg.icon-svg.icon-rtl {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
|
||||
svg.s20 {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
@ -1935,7 +1940,7 @@ svg.s12 {
|
||||
}
|
||||
|
||||
span.icon-label {
|
||||
margin-left: 4px;
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
span.icon-checked:has(:not(a svg.icon-svg)) svg.icon-svg {
|
||||
|
||||
@ -237,15 +237,6 @@ a.wiki-anchor {margin-left:0px; margin-right:6px;}
|
||||
|
||||
.project.marker {margin-left:0; margin-right:-4px;}
|
||||
|
||||
/***** Icons *****/
|
||||
svg.icon-svg.icon-rtl {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
span.icon-label {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* Custom JQuery styles */
|
||||
.ui-datepicker-title select {margin-left:4px !important; margin-right:0 !important;}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user