|
@@ -371,9 +371,6 @@ legend {
|
|
|
::file-selector-button {
|
|
|
font: inherit; }
|
|
|
|
|
|
-::file-selector-button {
|
|
|
- font: inherit; }
|
|
|
-
|
|
|
::-webkit-file-upload-button {
|
|
|
font: inherit;
|
|
|
-webkit-appearance: button; }
|
|
@@ -1335,7 +1332,7 @@ progress {
|
|
|
|
|
|
.table, .markdown > table {
|
|
|
--tblr-table-bg: transparent;
|
|
|
- --tblr-table-accent-bg: #f4f6fa;
|
|
|
+ --tblr-table-accent-bg: transparent;
|
|
|
--tblr-table-striped-color: inherit;
|
|
|
--tblr-table-striped-bg: #f4f6fa;
|
|
|
--tblr-table-active-color: inherit;
|
|
@@ -1594,20 +1591,6 @@ progress {
|
|
|
border-radius: 0;
|
|
|
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
|
|
- .form-control::file-selector-button {
|
|
|
- padding: 0.4375rem 0.75rem;
|
|
|
- margin: -0.4375rem -0.75rem;
|
|
|
- -webkit-margin-end: 0.75rem;
|
|
|
- margin-inline-end: 0.75rem;
|
|
|
- color: #232e3c;
|
|
|
- background-color: #f4f6fa;
|
|
|
- pointer-events: none;
|
|
|
- border-color: inherit;
|
|
|
- border-style: solid;
|
|
|
- border-width: 0;
|
|
|
- border-inline-end-width: 1px;
|
|
|
- border-radius: 0;
|
|
|
- transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
|
|
|
.form-control::file-selector-button {
|
|
|
padding: 0.4375rem 0.75rem;
|
|
|
margin: -0.4375rem -0.75rem;
|
|
@@ -1626,16 +1609,12 @@ progress {
|
|
|
.form-control::-webkit-file-upload-button {
|
|
|
-webkit-transition: none;
|
|
|
transition: none; }
|
|
|
- .form-control::file-selector-button {
|
|
|
- transition: none; }
|
|
|
.form-control::file-selector-button {
|
|
|
transition: none; } }
|
|
|
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
|
|
|
background-color: #e8eaee; }
|
|
|
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
|
background-color: #e8eaee; }
|
|
|
- .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
|
|
|
- background-color: #e8eaee; }
|
|
|
.form-control::-webkit-file-upload-button {
|
|
|
padding: 0.4375rem 0.75rem;
|
|
|
margin: -0.4375rem -0.75rem;
|
|
@@ -1687,11 +1666,6 @@ progress {
|
|
|
margin: -0.125rem -0.5rem;
|
|
|
-webkit-margin-end: 0.5rem;
|
|
|
margin-inline-end: 0.5rem; }
|
|
|
- .form-control-sm::file-selector-button {
|
|
|
- padding: 0.125rem 0.5rem;
|
|
|
- margin: -0.125rem -0.5rem;
|
|
|
- -webkit-margin-end: 0.5rem;
|
|
|
- margin-inline-end: 0.5rem; }
|
|
|
.form-control-sm::-webkit-file-upload-button {
|
|
|
padding: 0.125rem 0.5rem;
|
|
|
margin: -0.125rem -0.5rem;
|
|
@@ -1713,11 +1687,6 @@ progress {
|
|
|
margin: -0.5rem -1.5rem;
|
|
|
-webkit-margin-end: 1.5rem;
|
|
|
margin-inline-end: 1.5rem; }
|
|
|
- .form-control-lg::file-selector-button {
|
|
|
- padding: 0.5rem 1.5rem;
|
|
|
- margin: -0.5rem -1.5rem;
|
|
|
- -webkit-margin-end: 1.5rem;
|
|
|
- margin-inline-end: 1.5rem; }
|
|
|
.form-control-lg::-webkit-file-upload-button {
|
|
|
padding: 0.5rem 1.5rem;
|
|
|
margin: -0.5rem -1.5rem;
|