2021-12-24 07:25:25 +00:00
|
|
|
.appsmith-light-theme {
|
|
|
|
|
/* Syntax of style naming */
|
|
|
|
|
/* --appsmith-<entity name>-<style-name> */
|
|
|
|
|
/* --------------------- */
|
|
|
|
|
|
|
|
|
|
/* input */
|
|
|
|
|
--appsmith-input-focus-border-color: var(--appsmith-color-black-900);
|
|
|
|
|
|
2022-02-17 16:38:36 +00:00
|
|
|
/* search input */
|
|
|
|
|
--appsmith-search-input-focus-mobile-border-color: var(--appsmith-color-black-900);
|
2022-08-05 04:46:42 +00:00
|
|
|
--appsmith-search-input-mobile-border-color: var(--appsmith-color-black-400);
|
2022-02-17 16:38:36 +00:00
|
|
|
|
2021-12-24 07:25:25 +00:00
|
|
|
}
|