Skip to content

Commit

Permalink
Merge pull request #1662 from SCADA-LTS/bug/#1651_fix_buttons_on_gv
Browse files Browse the repository at this point in the history
Fix CSS for Buttons not for Input type button #1651
  • Loading branch information
radek2s authored Apr 28, 2021
2 parents 2323a7d + 4b24a30 commit 85a1b9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions WebContent/assets/common_deprecated.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ input[type="checkbox"], input[type="radio"] {
border: 1px solid #D0D0D0;
}
input[type="submit"], input[type="button"] {
overflow: visible;
background-color: rgb(239, 239, 239);
border: 1px solid var(--slts-primary);
}

#viewContent button {
overflow: visible;
background: silver;
border-width: 3px;
Expand All @@ -229,8 +235,6 @@ input[type="submit"], input[type="button"] {
padding: 1px 5px;
}



/**
* View styles
*/
Expand Down

0 comments on commit 85a1b9f

Please sign in to comment.