Merge branch 'master'
[arvados-workbench2.git] / src / common / custom-theme.ts
index e5d2e5e78ca80bed2cada42c923bd88d4461c96c..ecad39134d1652e07d11b58d8da524fdad7cca29 100644 (file)
@@ -96,6 +96,23 @@ const themeOptions: ArvadosThemeOptions = {
             root: {
                 padding: '8px 16px'
             }
+        },
+        MuiInput: {
+            underline: {
+                '&:after': {
+                    borderBottomColor: purple800
+                },
+                '&:hover:not($disabled):not($focused):not($error):before': {
+                    borderBottom: '1px solid inherit'
+                }
+            }
+        },
+        MuiFormLabel: {
+            focused: {
+                "&$focused:not($error)": {
+                    color: purple800
+                }
+            }
         }
     },
     mixins: {