Граф коммитов

535 Коммитов

Автор SHA1 Сообщение Дата
joneff 0298ebdc2b fix: update variables for themebuilder 2017-10-24 12:01:17 +03:00
joneff 18ba3b997e chore(popup): make popup require button as dependency 2017-10-24 12:01:17 +03:00
joneff 4cca267f78 fix(pager): improve disabled state of pager items 2017-10-24 12:01:17 +03:00
joneff 66dac0c34e fix(map): directions navigator is not properly customized in themebuilder 2017-10-24 12:01:17 +03:00
joneff 1b49ea8527 fix(switch): border-color of switch is too dark 2017-10-24 12:01:17 +03:00
joneff 8a71f7735a fix: use bootstrap component-* variables for theme base variables 2017-10-24 12:01:17 +03:00
Alex Gyoshev c5989f23b8 fix(grid): remove extra padding in edit mode
releases fix from theme-default 2.43.0
2017-10-12 17:28:05 +03:00
Alex Gyoshev b5f79de0a8 fix: catch up with theme-default fixes
works around the limitation, described in https://github.com/telerik/kendo-theme-default/issues/720
2017-10-11 10:57:11 +03:00
Desislava Mihaylova f086de5ead docs: update copyright (#335)
* docs: update readme

* docs: revert license

* docs: remove redundant info
2017-10-09 13:06:22 +03:00
joneff e8c3e885c8 chore(docs): regen api docs 2017-10-02 15:50:27 +03:00
joneff 4bc29a9692 fix: add bootstrap overrides and update variables 2017-10-02 15:50:27 +03:00
joneff 8b48091c58 fix(window): use scoped variables for window 2017-10-02 15:50:27 +03:00
joneff a3a956a6b9 fix(pivotgrid): use correct color for pivotgrid toolbar border 2017-10-02 15:50:27 +03:00
joneff a16d000eb2 fix(grid): use scoped grid variables 2017-10-02 15:50:27 +03:00
joneff fd03a3277b chore: update dependencies 2017-10-02 15:50:27 +03:00
joneff 5e2c115089 chore(pager): use border-radius-*-only mixin 2017-10-02 15:50:27 +03:00
joneff e1d6aa890d fix(switch): use correct border-radius for switch wrapper 2017-10-02 15:50:27 +03:00
joneff a5a8101f17 fix(input): Add styles for placeholder text 2017-10-02 15:50:27 +03:00
joneff 1703234f88 chore(input): remove reundant selection styles 2017-10-02 15:50:27 +03:00
joneff a709902c1d fix(slider): link slider variables to progressbar variables 2017-10-02 15:50:27 +03:00
joneff 7a490760de fix(panelbar): use correct border color for root items 2017-10-02 15:50:27 +03:00
joneff bf89a95e8a fix(listbox): use correct variables for listbox 2017-10-02 15:50:27 +03:00
joneff bf14c03de8 fix(calendar): update calendar appearance in accordance to Bootstrap v4 beta-1 2017-10-02 15:50:27 +03:00
joneff 6a41261d6d fix(tabstrip): use correct border-color when hovering / selecting tabs 2017-10-02 15:50:27 +03:00
Desislava Mihaylova 64c2c31829 docs: update intro (#331)
* docs: add clarification

* docs: remove note
2017-09-22 10:26:33 +03:00
Alex Gyoshev 0f9c82f2bc fix: correct main file name in NPM package
allows use in unpkg via https://unpkg.com/@progress/kendo-theme-default
also takes into account the [npm-sass importer](https://www.npmjs.com/package/npm-sass#imports)
2017-09-20 10:55:13 +03:00
Alex Gyoshev e80fd71aca fix(dropdownlist): apply color to option label border
see telerik/kendo-theme-bootstrap#324
2017-09-14 14:12:07 +03:00
Alex Gyoshev b44ccd648a fix(ripple): add default ripple styles 2017-09-14 11:46:37 +03:00
Alex Gyoshev 4f0dabdcf9 fix(slider): remove browser outline on focus 2017-09-13 18:33:03 +03:00
Alex Gyoshev cd29823f37 feat: update bootstrap dependency to 4.0.0-beta (#299)
* feat: bump bootstrap version to 4.0.0-beta

part of #298

* feat: bump bootstrap version to 4.0.0-beta

update color map

part of #298

* chore: update variable mappings, regenerate API

* fix: use correct values for accent and accent-contrast

* fix(button): use correct values for button variables

* chore: update api docs after button varibles change

* chore: reorder base variables and regen docs

* chore: tweak base and button colors

* fix(node-variable): improve node hover state

* feat(pager): add variables for pager styling (#300)

* fix(inputs): update inputs colors

* feat: improve focus for panelbar and treeview items and improve $base and $header variables

* feat: improve  variables

* feat(button): Add variable for adjusted button opacity

* fix(checkbox): fix wrong check color

* feat(fieldset): remove borders and spacing, add font-size to legend

* chore(progressbar): Remove chunk border, add default flag to height variable

* chore(progressbar): Restore chunk border

* fix(pager): update pager dropdown appearance

* fix(menu): make active item text to be visible

* fix(dropdowns): colorpicker, combobox and datetime widgets popup open state

* fix(grid): update appearance

* fix(inputs): update slider and switch appearance

* fix(popup): add states for list containers

* fix(menu): add focus state to items

* chore: use theme-colors override for bootstrap

* fix(menu): add active state to root items

* fix(variables): improve line-height-em units for proper elastic behavior

* feat(overrides): improve secondary color override variable

* fix(combobox): Improves combobox appearance

* chore: remove focus outline of k-select in pickers

* chore: change k-select border color in pickers

* chore: change -bg value to -100

* chore: change k-sate-selected for buttons and tools to match k-state-active for button

* chore: add focus outline to checkbox button group

* chore: use corret color for dialog button group

* chore: use correct focus outline for primary buttons in button group

* chore: improve grid colors

* chore: link tooltip arrow variables to tooltip-bg

* fix(datetimepicker): in certain cases IE11 squashes datetimepicker icons

* chore(grid): Adjust Grid alt and hover row opacity
2017-09-13 16:56:16 +03:00
theOrlin 7f5d5818a5 fix(listview): add focused state 2017-09-13 16:24:19 +03:00
Desislava Mihaylova 1fe5348012 docs: update readme and optimize content (#320)
* docs: update wording

* docs: manually remove extra content in customization

* docs: optimize content and shorten intros

* docs: generate customization
2017-09-07 10:56:31 +03:00
Alex Gyoshev 485595b779 docs: use compiled theme app 2017-09-06 18:34:31 +03:00
Иван Жеков ffbf71edc2 chore: remove dragclue references (#311) 2017-09-04 15:37:09 +03:00
joneff 12ee566d02 fix: unify design of dialog buttons and action buttons 2017-08-24 13:40:01 +03:00
Mihail Parvanov 79884c122b Merge pull request #296 from telerik/fixes/editor-header-color
fix(editor): add header border color for Firefox
2017-08-07 15:57:09 +03:00
Magdalena Grigorova 082bbeb969 fix(editor): add header border color for Firefox 2017-08-03 12:02:30 +03:00
Magdalena Grigorova 5f9b8e5ccf fix(spreadsheet): add styles for filter menu and filter button 2017-07-19 14:58:47 +03:00
Magdalena Grigorova 4e0dac4635 feat(grid): style grid filter button states 2017-07-19 11:10:09 +03:00
theOrlin 9cefad30a5 fix(grid): Fix edit textbox width variable 2017-07-17 15:38:37 +03:00
Alex Gyoshev 954404be85 fix: define all inherited variables when importing component files
see telerik/kendo-theme-bootstrap#285
2017-07-17 14:31:54 +03:00
inikolova d8c6ec8eb7 chore: rename variable 2017-07-17 14:17:47 +03:00
inikolova 6709a9100b fix(inputs): wrong border color for invalid inputs
Closes telerik/kendo-theme-bootstrap#289
2017-07-17 13:34:15 +03:00
inikolova cbbb05357a fix: use new contrast function 2017-07-17 13:34:15 +03:00
theOrlin 2b2bc7e6b6 chore(grid): Improve border color styling 2017-07-14 16:50:20 +03:00
theOrlin e3f37d3d86 fix(grid): Add missing locked footer border color 2017-07-14 16:50:20 +03:00
Alex Gyoshev 7954fed31b fix: update dependencies on build 2017-07-13 18:17:41 +03:00
Alex Gyoshev 84ad1cc751 fix: bump version 2017-07-13 18:04:12 +03:00
joneff be8b1e5d81 fix(notification): use scoped variables for notification 2017-07-13 17:39:10 +03:00
Magdalena Grigorova 2299e10988 fix(treeview): reduce spacing between checkbox and item text 2017-07-13 17:39:10 +03:00