From b775e73242c0ac74c06e61b43c08147e6f1dc686 Mon Sep 17 00:00:00 2001 From: Mariela Date: Thu, 21 Jul 2022 04:28:21 -0600 Subject: [PATCH] fix estilo --- .../web-react/public/assets/themes/khaki/theme.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/web-ui/web-react/public/assets/themes/khaki/theme.css b/web-ui/web-react/public/assets/themes/khaki/theme.css index da26198f..08d350a6 100644 --- a/web-ui/web-react/public/assets/themes/khaki/theme.css +++ b/web-ui/web-react/public/assets/themes/khaki/theme.css @@ -88,6 +88,12 @@ box-sizing: border-box; } +.p-icon-input-khaki { + border-top-right-radius: 0!important; + border-bottom-right-radius: 0!important; + border-color: #C08135; +} + .p-component { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; @@ -948,12 +954,7 @@ background: transparent; } -.p-icon-input { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - background-color: #D7A86E; - border-color: #C08135; -} + .p-input-filled .p-dropdown { background: #e9ecef;