jlukic
682a7231ed
Finishing colored row/columns
10 years ago
jlukic
6e07d1b14c
Rebuild files
10 years ago
jlukic
6d30b32589
Rebuild files
10 years ago
jlukic
64190b678b
Add hovered pressed text colors, and replace selected text color, makes easier global theming
10 years ago
jlukic
06bf3023ff
Fix vertical input sizes, positioning inside menus. Add strict mode all modules
10 years ago
jlukic
c8e41defbd
Fix missing variable in menu.less
10 years ago
jlukic
609396eefe
Remove manual offsets for vertically centered buttons, instead use absolute positioning on icon
10 years ago
jlukic
c5490a4a32
Added many new content types inside dropdowns
10 years ago
jlukic
f56d41575a
Complete rewrite of dropdown to support searchable dropdown, optimizations, better scroll selection, easier to fix tab index
10 years ago
jlukic
cd2a39ac7a
Attempting to fix min-size issues with selection dropdown
10 years ago
jlukic
92daf45345
Fixes for pointing dropdowns in menus
10 years ago
jlukic
91939aa4bc
Fix github message theme border colors, fix tabular segment spacing
10 years ago
jlukic
6ba4506300
Fix attached tabular menu spacing, pointing active header color
10 years ago
jlukic
16545a5274
Fixes to popup documentation, removing several debug: true values and console log
10 years ago
jlukic
09eba6ca06
Fixes #1054 , issue with inheritance of link styles in menus
10 years ago
jlukic
10b5798bc3
Continuing to debug issues with other UI elements when used inside 3d contexts
10 years ago
jlukic
4106715fde
Change default sidebar settings for docs
10 years ago
jlukic
d3dd994c9b
Spruces up accordion styles, add chubby accordion theme, adds more accordion variables, spruces up docs sidebar menu
10 years ago
jlukic
09e4b7c5ff
Fix inverted button hover state, fix animated buttons not obeying changes in padding variable, fix button docs
10 years ago
jlukic
51f5a24fd4
Fixes inputs inside vertical menus, fixed black variable usage
10 years ago
jlukic
96e17273f9
Fix issues with safari not automatically sizing icons when given height 0, fixes inputs in menu
10 years ago
jlukic
1b46c8118d
Updates dropdown js to include enhancements from prelease, several bugfixes for dropdown
10 years ago
jlukic
3715c4a080
Fixes several bugs introduced with menus
10 years ago
jlukic
d9aa41ed32
Revisions to message/segment shadows, fixes for emotive colors, especially headers on warning/info/etc
10 years ago
jlukic
7834c584e6
Set up remaining views with variable stubs, add correct copyright notice on all files
10 years ago
jlukic
e1ba50e106
Fixing various issues, moving column count back to global config
10 years ago
jlukic
f951e2140c
Updates to many UI components from subrepo
11 years ago
jlukic
d78e6d5414
Fixes doubling grid to be wider in most instances for columns, fixes menu inputs in vertical menu
11 years ago
jlukic
127df6b443
Update to checkbox/label/image/header, related to spacing and consistency
11 years ago
jlukic
93fd67785d
fixes some broken paths, fixes some variables in menu
11 years ago
jlukic
1eefa169ff
Removes learn-semantic content from docs, redoes folder structure of project, adds grunt config
11 years ago
jlukic
dbf9d20f2c
Fixes dropdown inside even-item menu
11 years ago
jlukic
5a5881447f
Fixes dropdown formatting and icon buttons formatting inside menu #641
11 years ago
jlukic
dc50becdc9
#630 Fixes issue with right menu border
11 years ago
jlukic
c338148295
Fixes #630 Moves menu border to left side, removes on first-child
11 years ago
jlukic
527dfe0202
Restructures theming folder to be more structured, renames user themes site theme. Fixes up semantic.config to only give example config with instructions to avoid overrwrite on update
11 years ago
jlukic
3d40e98ae4
Removes important from theme overrides
11 years ago
jlukic
2d12d33c56
Iterating on header theming
11 years ago
jlukic
765815086b
Fixes up some formatting on github menu theme, fixes some input variables in menu
11 years ago
jlukic
13b8d93193
Adds input, divider variables. Recoded header and segment variables
11 years ago
jlukic
d521324940
Iterating on variables in menu/button and themes
11 years ago
jlukic
640355c610
Beginning to write alternative themes to menus
11 years ago
jlukic
a80fe92281
Adds more variables to menu, continuing to iterate on themeing
11 years ago
Sebastian Krzyszkowiak
d549fb8f0b
Fix W3C CSS gradients syntax.
The official, unprefixed syntax needs "linear-gradient(to [direction], ...)" notation instead of "linear-gradient([direction-from], ...)" from earlier ones.
https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient
11 years ago
jlukic
d5d293ddf7
Slight update to input sizing inside menus #553
11 years ago
jlukic
cfb320e44e
Updates menu less slightly to include css with similar rules #553
11 years ago
jlukic
95b88026e5
Partially converted menu variables
11 years ago
Tom
81ac1c91bb
In-Menu input action button corrections.
Action button within menu had some sizing and positioning issues.
This attempts to fix it.
Tested with large, normal, small menus; .button, .icon.button, .labeled.button. All 9 combos.
11 years ago
Tom
8eb03ca4ab
Fixed labeled menu icon button icon positioning.
A .button.labeled within .ui.menu > .item has icon vertically aligned closer to bottom, not middle.
This fixes it.
11 years ago
Tom
dd45a3c724
Prevent menu button color inheritance.
Buttons within .ui.menu, that are styled above anchor (`a`) tag, are colored inappropriately.
This fixes it.
11 years ago