Skip to content

Commit 9883146

Browse files
UI: Style <hr> inside WebUSB modals. (#259)
1 parent a946716 commit 9883146

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

static/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,15 @@ input:checked + .menu-switch-slider:before {
704704
border-radius: 15px;
705705
}
706706

707+
.modal-overlay hr {
708+
display: block;
709+
width: 60%;
710+
border-top: solid #ffde81 1px;
711+
border-bottom: none;
712+
margin-top: 16px;
713+
margin-bottom: 16px;
714+
}
715+
707716
#modal-msg-title{
708717
color:#336699;
709718
font-weight: bold;

0 commit comments

Comments
 (0)