style: explicit border-radius:0; on buttons
This commit is contained in:
parent
e3f0edeb58
commit
ab1b85079f
1 changed files with 5 additions and 4 deletions
|
@ -53,7 +53,7 @@ body {
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
background: transparent;
|
background: rgba(0,0,0,0);
|
||||||
border: solid 2px lightgray;
|
border: solid 2px lightgray;
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
|
@ -103,7 +103,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.login h1 {
|
.login h1 {
|
||||||
background: transparent;
|
background: rgba(0,0,0,0);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
@ -155,8 +155,9 @@ a:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1em;
|
top: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: transparent;
|
background: rgba(0,0,0,0);
|
||||||
border: solid 2px lightgray;
|
border: solid 2px lightgray;
|
||||||
|
border-radius: 0;
|
||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
|
@ -213,7 +214,7 @@ form.editor input, form.build input, form.editor textarea, form.configurator inp
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: 0.2em;
|
margin-top: 0.2em;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
background: transparent;
|
background: rgba(0,0,0,0);
|
||||||
border: solid 2px lightgray;
|
border: solid 2px lightgray;
|
||||||
color: lightgray;
|
color: lightgray;
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
|
|
Loading…
Reference in a new issue