#12099 closed enhancement (fixed)
Convert claro files to less format
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Convert the claro files to less (http://lesscss.org/docs) format, with variables for all the colors etc., to make it easy for designers to roll new themes based on claro.
Change History (18)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
(In [23412]) Make @textbox-padding variable to control text box padding.
Also:
- Made the Select widget's padding in-line with ComboBox etc.
- Fixed horizontal alignment of menu items with the input area text (for ComboBox and Select).
A future simplification would be to replace the 1px border around the .dijitArrowButtonInner with 1px padding on it's parent (corresponding to the 1px padding on the parents of other <input> nodes). That would eliminate the special CSS rules for quirks-mode border-box sizing.
Refs #12099.
comment:5 Changed 10 years ago by
comment:6 Changed 10 years ago by
comment:7 Changed 10 years ago by
comment:8 Changed 10 years ago by
comment:9 Changed 10 years ago by
(In [23417]) Use standard background-color for selected tab, with adjustments to gradient image which was more opaque than accordion's. Note that whatever the specified tab color is, it fades to white towards the content to blend in with the content (except on IE6 which doesn't support gradients).
Patch from Jason. Refs #12099.
comment:10 Changed 10 years ago by
comment:11 Changed 10 years ago by
(In [23526]) Fixes to arrow "hover effect" for ComboBox based widgets:
- Added a new dijitComboBoxOpenOnClick class so CSS patterns can differentiate DateTextBoxes and TimeTextBoxes with openOnClick=true from openOnClick=false
- When openOnClick=true then clicking anywhere on a ComboBox toggles the drop down. In this case, hovering anywhere on the ComboBox causes color change of arrow. Otherwise, only hovering the arrow button causes the arrow button to change color.
- Rollback previous spinner CSS changes; arrows only change color when arrows themselves are hovered.
Refs #12099 !strict.
comment:12 Changed 10 years ago by
comment:13 Changed 10 years ago by
comment:14 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [23382]) Initial conversion of claro CSS files into LESS format, using semantic variables for almost all of the colors.
The CSS files are now generated, so shouldn't be edited manually anymore. See README for instructions on how to compile LESS files into CSS files.
There are a bunch of TODO's about claro color selections that seem inconsistent with the rest of the theme. I've marked those with TODO's in the new files.
Refs #12099.