Fixed css for button remove layer
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer@131943 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6fa54b0452
commit
6a846de971
|
@ -453,12 +453,22 @@ div.myToolbar-no-items {
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
.imgCql{
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.imgCql:hover {
|
||||
cursor: pointer;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.imgCursor{
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.imgCursor:hover {
|
||||
cursor: pointer;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.cqlPropertiesText {
|
||||
|
|
Loading…
Reference in New Issue