* update checkbox * fix margin in checkbox * fix color bug * fix border radius * fixes * remove unused imports * bug fixes * ui fixes * code review feedback fixes * css updates for toggle * fix bg bug in checkbox * fix disabled checkbox style * update styles for radio and switch * update label align * add hover interaction for switch * add wds css variables * add error state * add error state * fix css variable * fix css * fix checkbox group column height * move checkbox icons to assets * fix alignment issue * fix cypress tests * fix snapshot tests
14 lines
409 B
CSS
14 lines
409 B
CSS
.appsmith-light-theme {
|
|
/* Syntax of style naming */
|
|
/* --appsmith-<entity name>-<style-name> */
|
|
/* --------------------- */
|
|
|
|
/* input */
|
|
--appsmith-input-focus-border-color: var(--appsmith-color-black-900);
|
|
|
|
/* search input */
|
|
--appsmith-search-input-focus-mobile-border-color: var(--appsmith-color-black-900);
|
|
--appsmith-search-input-mobile-border-color: var(--appsmith-color-black-400);
|
|
|
|
}
|