forked from External/greenlight
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:
committed by
Jesus Federico
parent
23abdb52ee
commit
4a4fcec6fb
@ -30,3 +30,7 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
#branding-image{
|
||||
z-index: auto;
|
||||
}
|
||||
|
@ -33,6 +33,7 @@
|
||||
@import "tabler/variables";
|
||||
@import "bootstrap";
|
||||
@import "tabler-custom";
|
||||
@import "colorpicker";
|
||||
|
||||
@import "utilities/variables";
|
||||
@import "admins";
|
||||
|
Reference in New Issue
Block a user