1
0
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:
Go MAEDA 2026-01-05 09:37:06 +00:00
parent e60e1923da
commit 61ff6edcb8
2 changed files with 1 additions and 8 deletions

View File

@ -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 {

View File

@ -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;