* * added appsmith platform theme basic * changed input hover border * * generate application text change * * changed colors to new css file
10 lines
221 B
CSS
10 lines
221 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);
|
|
|
|
}
|