mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-11 13:15:20 +00:00
Integrate tooptips RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24275 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e60e1923da
commit
61ff6edcb8
@ -1417,7 +1417,7 @@ p.cal.legend span {display:flex;}
|
||||
/***** Tooltips ******/
|
||||
.tooltip{position:relative;z-index:24;}
|
||||
.tooltip:hover{z-index:25;color:var(--oc-black);}
|
||||
.tooltip span.tip{display: none; text-align:left;}
|
||||
.tooltip span.tip{display: none; text-align: start;}
|
||||
.tooltip span.tip a { color: var(--oc-blue-9) !important; }
|
||||
|
||||
.tooltip span.tip .avatar {
|
||||
|
||||
@ -194,13 +194,6 @@ div.flash svg.icon-svg, #errorExplanation svg.icon-svg {
|
||||
/***** Calendar *****/
|
||||
table.cal td p.day-num {text-align:left;}
|
||||
|
||||
/***** Tooltips ******/
|
||||
.tooltip span.tip{text-align:right;}
|
||||
|
||||
div.tooltip:hover span.tip{
|
||||
left:auto; right:24px;
|
||||
}
|
||||
|
||||
/***** Progress bar *****/
|
||||
table.progress {
|
||||
float:right;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user