Skip to content

Commit

Permalink
remove some unneeded/wrong rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
hendi committed Sep 1, 2021
1 parent 99dccbc commit bef2c04
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions lib/IHP/static/IDE/ihp-codegen.css
Expand Up @@ -60,15 +60,18 @@
.code-generator input[name="name"], .code-generator input[name="description"] {
font-size: 24px;
outline: none;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 0;
border-bottom: 1px solid #c0c0c0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
background-color: #ebebeb;
}

.code-generator input[name="name"]:first-child, .code-generator input[name="description"]:first-child {
border-top-left-radius: 8px;
}

.code-generator input[name="name"]:focus, .code-generator input[name="description"]:focus {
outline: none !important;
border-bottom: 1px solid #c0c0c0;
Expand All @@ -80,7 +83,7 @@
color: #ababaa;
}

.code-generator input[type="submit"] {
.code-generator input[type="submit"], .code-generator button[type="submit"] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
Expand Down

0 comments on commit bef2c04

Please sign in to comment.