File: point.css

package info (click to toggle)
libshumate 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,812 kB
  • sloc: ansic: 21,772; xml: 38; makefile: 18; javascript: 10
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
map-point {
  min-width: 12px;
  min-height: 12px;
  background: @theme_selected_bg_color;
  border: 2px solid @theme_selected_fg_color;
  border-radius: 50%;
}