mirror of
https://github.com/espocrm/espocrm.git
synced 2026-04-18 12:10:05 +00:00
Collapsed modal tab stlye changes
This commit is contained in:
@@ -3971,10 +3971,21 @@ body:has(.modal-backdrop) {
|
||||
float: left;
|
||||
height: var(--20px);
|
||||
white-space: nowrap;
|
||||
|
||||
> a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.close-container {
|
||||
float: right;
|
||||
|
||||
> a {
|
||||
&:hover {
|
||||
color: var(--gray-lighter);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a, a:hover, a:active {
|
||||
|
||||
Reference in New Issue
Block a user