fix style of thumb button on map card (#1044)
This commit is contained in:
parent
d11278b63b
commit
0ad10c0f5a
1 changed files with 5 additions and 4 deletions
|
@ -2013,6 +2013,7 @@ input.collaboratorSearchField {
|
|||
position: relative;
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
padding: 0 2px;
|
||||
}
|
||||
.mapInfoShareIcon {
|
||||
width: 24px;
|
||||
|
@ -2060,10 +2061,10 @@ and it won't be important on password protected instances */
|
|||
height: 32px;
|
||||
|
||||
& > span {
|
||||
bottom: -9px;
|
||||
right: 3px;
|
||||
font-size: 10px;
|
||||
color: #eee;
|
||||
bottom: -8px;
|
||||
right: 2px;
|
||||
font-size: 12px;
|
||||
color: #e0e0e0;
|
||||
|
||||
&:hover {
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue