mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed zoom buttons
This commit is contained in:
parent
6b52f58462
commit
0f368b189f
3 changed files with 23 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
background: #333333;
|
||||
border-radius: 3px;
|
||||
display: flex;
|
||||
box-shadow: rgba(0,0,0,0.3) 0 2px 0, inset rgba(255, 255, 255, 0.05) 1px 1px;
|
||||
box-shadow: @bar_shadow;
|
||||
}
|
||||
|
||||
.control-dist {
|
||||
|
@ -15,7 +15,7 @@
|
|||
font-weight: 200;
|
||||
color: #cccccc;
|
||||
user-select: none;
|
||||
box-shadow: rgba(0,0,0,0.3) 0 2px 0, inset rgba(255, 255, 255, 0.05) 1px 1px;
|
||||
box-shadow: @bar_shadow;
|
||||
|
||||
svg {
|
||||
fill: #cccccc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue