Move OL control styling to OL theme
This commit is contained in:
parent
2074f4604f
commit
0ba1839e78
2 changed files with 5 additions and 8 deletions
|
@ -51,9 +51,14 @@ div.olControlZoom a {
|
|||
color: black;
|
||||
background: #ffffff;
|
||||
border: 1px solid #cccccc;
|
||||
margin: 0 !important;
|
||||
// remove filter
|
||||
}
|
||||
|
||||
div.olControlZoom a.olControlZoomIn {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
div.olControlZoom a:hover {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
|
|
@ -441,14 +441,6 @@ body.site-export #tabnav a#exportanchor {
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
div.olControlZoom a {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
div.olControlZoom a.olControlZoomIn {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
/* Rules for edit menu */
|
||||
|
||||
.menuicon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue