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;
|
position: relative;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: none;
|
display: none;
|
||||||
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
.mapInfoShareIcon {
|
.mapInfoShareIcon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
@ -2060,10 +2061,10 @@ and it won't be important on password protected instances */
|
||||||
height: 32px;
|
height: 32px;
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
bottom: -9px;
|
bottom: -8px;
|
||||||
right: 3px;
|
right: 2px;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
color: #eee;
|
color: #e0e0e0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Reference in a new issue