PromucFlow_constructor/app/client/src/theme/defaultTheme.css
albinAppsmith 352f843821
fix: Input border color fix for hover state (#9894)
* * added appsmith platform theme basic
* changed input hover border

* * generate application text change

* * changed colors to new css file
2021-12-24 12:55:25 +05:30

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);
}