Skip to content

Commit eb0993a

Browse files
committed
Change common styles
1 parent d3965b6 commit eb0993a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/general.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ select {
7777
input[type='button'] {
7878
background: #428bff;
7979
color: #fff;
80-
border-radius: 3px;
80+
border-radius: 10px;
8181
height: 36px;
8282
line-height: 35px;
8383
padding: 0 20px;
@@ -102,7 +102,7 @@ input[type='button'].alert {
102102
input[type='button'].info {
103103
background: #ffffff !important;
104104
color: black;
105-
border: 1px solid black;
105+
border: 1px solid rgb(151, 151, 151);
106106
}
107107

108108
input[type='button'][disabled] {

0 commit comments

Comments
 (0)