Added style for buttons (skin.css)

For montage page:
button.btn.btn-view-watch
button.btn.btn-fullscreen
pull/4123/head
IgorA100 2024-08-23 17:34:26 +03:00 committed by GitHub
parent 7002f11b72
commit 713b8f8bce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

View File

@ -776,7 +776,7 @@ ul.nav.nav-pills.flex-column {
#mfbpanel {
width: calc(100% - 25px);
float: left;
float: left;
}
.chosen {
@ -1155,7 +1155,9 @@ button.btn.btn-zoom-in {
1px 1px 0 #575757;
}
button.btn.btn-edit-monitor {
button.btn.btn-view-watch,
button.btn.btn-edit-monitor,
button.btn.btn-fullscreen {
padding: 0;
background-color: rgba(150,150,150,0.5);
z-index: 10;