Skip to content

Commit

Permalink
Add cursor style mouse to various parts of the layer control
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Feb 27, 2017
1 parent 9d65205 commit 2d346f8
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions viewer/js/gis/dijit/LayerControl/css/LayerControl.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,22 @@
line-height: 15px;
}

.layerControlDijit .layerControlTableCheck,
.layerControlDijit .layerControlTableMenu {
.layerControlDijit .layerControlTableCheck, .layerControlDijit .layerControlTableMenu {
cursor: pointer;
width: 19px;
height: 16px;
line-height: 16px;
}

.layerControlDijit .layerControlTableLabel {
cursor: pointer;
font-size: 15px;
height: 16px;
line-height: 16px;
cursor: default;
}

.layerControlDijit .layerControlTableMenu {
cursor: pointer;
}

.layerControlDijit .layerControlTableUpdate {
Expand All @@ -70,6 +73,7 @@
.layerControlDijit .layerControlHidden {
display: none;
}

.layerControlDijit .layerControlVisible {
display: block;
}
Expand Down Expand Up @@ -99,7 +103,9 @@
color: #BBB;
}


/* not in use - retain for links */

.layerControlDijit .layerControlClick {
cursor: pointer;
color: #1f78af;
Expand All @@ -118,7 +124,7 @@
vertical-align: middle;
}

.layerControlDijit .layerControlLegendImage > img {
.layerControlDijit .layerControlLegendImage>img {
border: none;
padding: 0;
}
Expand All @@ -127,7 +133,9 @@
padding: 0 0 0 4px;
}


/* temp esri/Legend overrides */

.layerControlDijit .esriLegendService td {
padding: 0;
}
Expand All @@ -140,13 +148,12 @@
display: none;
}

.layerControlDijit .menuLink {
color: #369;
text-decoration: none;
/* sublayer menu */

.layerControlDijit .layerControlSublayer .layerControlTable td.layerControlTableMenu {
padding-right: 20px;
}

.layerControlDijit .menuLink:hover {
color: #5196DB;
text-decoration: underline;
cursor: pointer;
.layerControlDijit .menuClickNode.hidden {
display: none;
}

0 comments on commit 2d346f8

Please sign in to comment.