mirror of
https://github.com/gantry/gantry5.git
synced 2026-08-19 01:15:04 -05:00
Fixed Colorpicker zIndex in Particle Settings (fixes #1574)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
- Update Timber to 1.1.5 for new features (#1556)
|
||||
3. [](#bugfix)
|
||||
- Helium: Fixed duration parameter in Content Tabs particle
|
||||
- Fixed Colorpicker zIndex in Particle Settings (#1574)
|
||||
|
||||
# 5.3.5
|
||||
## 02/09/2016
|
||||
|
||||
@@ -11,6 +11,18 @@ form:
|
||||
description: Globally enable logo particles.
|
||||
default: true
|
||||
|
||||
range:
|
||||
type: input.range
|
||||
label: Range
|
||||
min: 0
|
||||
max: 100
|
||||
default: 50
|
||||
|
||||
color:
|
||||
type: input.colorpicker
|
||||
label: Base Text Color
|
||||
default: #666666
|
||||
|
||||
url:
|
||||
type: input.text
|
||||
label: Url
|
||||
|
||||
Reference in New Issue
Block a user