Skip to content

Commit 0b26f6f

Browse files
committed
common buttons
1 parent d27cfa7 commit 0b26f6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -738,13 +738,13 @@ form {
738738
width: 108px;
739739
height: 34px;
740740
color: #fff;
741-
border: 1px solid #f79b44;
742-
background-color: #f79b44;
741+
border: 1px solid #999;
742+
background-color: #999;
743743
}
744744

745745
.button:hover {
746-
border: 1px solid #999;
747-
background-color: #999;
746+
border: 1px solid #f79b44;
747+
background-color: #f79b44;
748748
}
749749

750750
.button:active {

0 commit comments

Comments
 (0)