Add a colour picker that is consistent across all browsers (GRN2-96) (#518)

* sync

* Fix corruption

* Add back room.rb

* Line endings

* More line endings

* Add jQuery colour picker

* Remove inline styling
This commit is contained in:
shawn-higgins1
2019-05-17 12:28:58 -04:00
committed by Jesus Federico
parent 23abdb52ee
commit 4a4fcec6fb
33 changed files with 680 additions and 12 deletions

View File

@ -30,3 +30,7 @@
cursor: pointer;
}
}
#branding-image{
z-index: auto;
}

View File

@ -33,6 +33,7 @@
@import "tabler/variables";
@import "bootstrap";
@import "tabler-custom";
@import "colorpicker";
@import "utilities/variables";
@import "admins";