Skip to content

Commit

Permalink
CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 3, 2024
1 parent 2d4ea67 commit 916423f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions htdocs/theme/eldy/global.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -4011,13 +4011,14 @@
padding-left: 7px !important;
padding-right: 7px !important;
}
input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
font-size: 0.8em;
font-weight: normal !important;
}
input.button[name="upload"] {
padding: 5px !important;
font-size: 0.9em;
}
input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
font-size: 0.8em;
}
input.buttonlink {
color: var(--colortextlink);
background-color: transparent;
Expand Down
7 changes: 7 additions & 0 deletions htdocs/theme/md/style.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -4129,7 +4129,14 @@

.smallpaddingimp {
padding: 4px !important;
padding-left: 7px !important;
padding-right: 7px !important;
}
input.button.smallpaddingimp, input.buttonreset.smallpaddingimp {
font-size: 0.8em;
font-weight: normal !important;
}

input.buttonlink {
color: var(--colortextlink);
background-color: transparent;
Expand Down

0 comments on commit 916423f

Please sign in to comment.