Vertical align dropdown arrows
Before this commit thew triangle was not vertically centered. This was mostly obvious in the status bar but the same problems was everywhere. Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I9fe6d30cbe6736da56a73073c460d4a5028e98bf
This commit is contained in:
parent
36f576ef48
commit
45bd9c6009
1 changed files with 3 additions and 2 deletions
|
@ -1278,8 +1278,9 @@ input[type='number']:hover::-webkit-outer-spin-button {
|
|||
}
|
||||
|
||||
.arrowbackground {
|
||||
width: 15px;
|
||||
height: 23px;
|
||||
box-sizing: border-box;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
border-left: 1px solid transparent;
|
||||
background-color: transparent;
|
||||
|
|
Loading…
Reference in a new issue