Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
c7c8e91c49
1 changed files with 4 additions and 5 deletions
|
@ -1694,8 +1694,8 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tab-close-inner {
|
.nav-tab-close-inner {
|
||||||
width: 21px;
|
width: 19px;
|
||||||
height: 21px;
|
height: 19px;
|
||||||
background-color: #2c2d36;
|
background-color: #2c2d36;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -1708,11 +1708,10 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tab-close svg {
|
.nav-tab-close svg {
|
||||||
width: 13px;
|
width: 9px;
|
||||||
height: 13px;
|
height: 9px;
|
||||||
fill: white;
|
fill: white;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
transform: scale(0.7);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-tab-close:hover svg {
|
.nav-tab-close:hover svg {
|
||||||
|
|
Loading…
Reference in a new issue