File: styling-square.css

package info (click to toggle)
node-nouislider 15.8.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,936 kB
  • sloc: javascript: 5,234; php: 474; sh: 32; python: 28; makefile: 11
file content (12 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#slider-square {
    border-radius: 0;
}

#slider-square .noUi-handle {
    border-radius: 0;
    background: #2980b9;
    height: 18px;
    width: 18px;
    top: -1px;
    right: -9px;
}