mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-31 20:32:13 +00:00
Minor fix to static file serving
This commit is contained in:
16
RIGS/static/scss/jq-ui-bootstrap/_selectable.scss
Normal file
16
RIGS/static/scss/jq-ui-bootstrap/_selectable.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* jQuery UI Bootstrap v1.0 Alpha
|
||||
*
|
||||
* jQuery UI Selectable 1.10.3
|
||||
* http://jqueryui.com/selectable/
|
||||
*
|
||||
* Portions copyright Addy Osmani, jQuery UI & Twitter Bootstrap
|
||||
* Created the LESS version by @dharapvj
|
||||
* Released under MIT
|
||||
*/
|
||||
|
||||
.ui-selectable-helper {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
border: 1px dotted @ui-black;
|
||||
}
|
||||
Reference in New Issue
Block a user