Merge pull request #22 from mattbegent/master
Make buttons have border-radius: 0
This commit is contained in:
commit
5d836a4631
2 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ button {
|
||||||
box-shadow: inset -1px -1px #0a0a0a,
|
box-shadow: inset -1px -1px #0a0a0a,
|
||||||
inset 1px 1px #ffffff, inset -2px -2px #808080,
|
inset 1px 1px #ffffff, inset -2px -2px #808080,
|
||||||
inset 2px 2px #dfdfdf;
|
inset 2px 2px #dfdfdf;
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
min-height: 23px;
|
min-height: 23px;
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,7 @@ button {
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--surface);
|
background: var(--surface);
|
||||||
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
|
||||||
|
border-radius: 0;
|
||||||
|
|
||||||
min-width: 75px;
|
min-width: 75px;
|
||||||
min-height: 23px;
|
min-height: 23px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue