Skip to content

Commit

Permalink
Merge pull request #1573 from RogerHaase/1561-acl
Browse files Browse the repository at this point in the history
fix jumping Save button in +admin/item_acl_report, modernized theme  …
  • Loading branch information
RogerHaase authored Jan 4, 2024
2 parents 9fa1521 + 0f0b942 commit 6983581
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/moin/themes/modernized/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ table.navigation { background:var(--page_color); float:right; margin:2px; }

/* forms */
label { display:block; font-weight:bold; }
input[type="submit"],
input[type="button"],
button { font-weight:bold; font-size:.75em; background:var(--base_color); padding:4px 15px;
border:var(--border_style); border-radius:6px; cursor:pointer; }
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover { box-shadow:2px 2px 1px var(--font_color); }
input[type="submit"]:active,
input[type="button"]:active,
button:active { position:relative; top:1px; }
input,
select { padding:3px; background:var(--page_color); border:var(--border_style);
border-radius:2px; }
Expand Down

0 comments on commit 6983581

Please sign in to comment.