Spaces:
Running
Running
codefactor-io
commited on
[CodeFactor] Apply fixes
Browse files
public/static/themes/simple.css
CHANGED
@@ -728,7 +728,7 @@ footer div {
|
|
728 |
}
|
729 |
|
730 |
.settings_container .general form input {
|
731 |
-
padding:
|
732 |
width: 30rem;
|
733 |
text-align: center;
|
734 |
text-transform: none;
|
@@ -747,7 +747,7 @@ footer div {
|
|
747 |
cursor: pointer;
|
748 |
box-shadow: 5px 5px;
|
749 |
outline: none;
|
750 |
-
translate: -1rem
|
751 |
}
|
752 |
|
753 |
.settings_container .general form input::file-selector-button:active {
|
|
|
728 |
}
|
729 |
|
730 |
.settings_container .general form input {
|
731 |
+
padding: 0;
|
732 |
width: 30rem;
|
733 |
text-align: center;
|
734 |
text-transform: none;
|
|
|
747 |
cursor: pointer;
|
748 |
box-shadow: 5px 5px;
|
749 |
outline: none;
|
750 |
+
translate: -1rem 0;
|
751 |
}
|
752 |
|
753 |
.settings_container .general form input::file-selector-button:active {
|