This commit is contained in:
vinceliuice
2020-12-07 16:16:08 +08:00
parent dffe47037a
commit 989c3be9f5
9 changed files with 208 additions and 213 deletions

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;

View File

@@ -361,6 +361,11 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
color: #F27835;
}
.headline {
font-size: 15pt;
font-weight: 500;
}
.lightbox {
background-color: black;
}
@@ -370,9 +375,24 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
/* Modal Dialogs */
.headline {
font-size: 15pt;
font-weight: 500;
.modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
.modal-dialog {
@@ -547,26 +567,6 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
font-weight: 500;
}
.prompt-dialog .modal-dialog-linked-button:last-child, .end-session-dialog .modal-dialog-linked-button:last-child {
color: white;
background-color: #0860f2;
}
.prompt-dialog .modal-dialog-linked-button:hover:last-child, .end-session-dialog .modal-dialog-linked-button:hover:last-child {
color: white;
background-color: #307bf8;
}
.prompt-dialog .modal-dialog-linked-button:active:last-child, .end-session-dialog .modal-dialog-linked-button:active:last-child {
color: white;
background-color: #0756d9;
}
.prompt-dialog .modal-dialog-linked-button:insensitive:last-child, .end-session-dialog .modal-dialog-linked-button:insensitive:last-child {
background-color: rgba(8, 96, 242, 0.05);
color: rgba(8, 96, 242, 0.35);
}
/* End Session Dialog */
.end-session-dialog {
width: 30em;