summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/style.css
blob: b5fffe756855b06c6195402a8bc419868d9176c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
.btn-static {
  background-color: white;
  border: 1px solid lightgrey;
  cursor: default;
}
.btn-static:active{
  -moz-box-shadow:    inset 0 0 0px white;
  -webkit-box-shadow: inset 0 0 0px white;
  box-shadow:         inset 0 0 0px white;
}