Skip to content

Commit d7f526e

Browse files
committed
Minor fix
1 parent 55b081e commit d7f526e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/ifcbimtester/webapp/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,13 @@ img.active-flag {
237237
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
238238
right: 0px;
239239
}
240+
241+
.button-primary {
242+
background-color: #b85934 !important;
243+
border: 0px !important;
244+
}
245+
246+
.button-primary:hover {
247+
background-color: #e18a42 !important;
248+
}
249+

0 commit comments

Comments
 (0)