mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
parent
3d66086eeb
commit
062eed0ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -177,7 +177,7 @@
|
|||
|
||||
input.form-control:disabled {
|
||||
gap: 16px !important;
|
||||
background: #f4f6fa !important;
|
||||
background: #f4f6fa;
|
||||
border: 1px solid var(--slate7) !important;
|
||||
border-radius: 6px !important;
|
||||
margin-bottom: 4px !important;
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
padding: 7px 12px !important;
|
||||
|
||||
&:hover {
|
||||
background: #F1F3F5 !important;
|
||||
background: #F1F3F5;
|
||||
border: 1px solid var(--slate7) !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue