Skip to content
Snippets Groups Projects
Commit 49b889c7 authored by ju1464's avatar ju1464
Browse files

notmod

parent 351561cc
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ StScrollBar {
border-radius: 3px;
color: #5c616c;
background-color: #f5f6f7;
border: 1px solid #dcdfe3; }
border: 4px solid rgba(0, 0, 0, 0.8); }
.modal-dialog .modal-dialog-content-box {
padding: 20px 10px 10px 10px; }
.modal-dialog-linked-button {
......@@ -203,13 +203,13 @@ StScrollBar {
color: rgba(186, 195, 207, 0.5);
background-color: rgba(49, 52, 63, 0.95); }
.modal-dialog-linked-button:first-child {
border-radius: 0px 0px 0px 2px; }
border-radius: 0px 0px 0px 1px; }
.modal-dialog-linked-button:last-child {
border-right-width: 0px;
border-radius: 0px 0px 2px 0px; }
border-radius: 0px 0px 1px 0px; }
.modal-dialog-linked-button:first-child:last-child {
border-right-width: 0px;
border-radius: 0px 0px 2px 2px; }
border-radius: 0px 0px 1px 1px; }
.modal-dialog .run-dialog-entry {
width: 21em;
margin-bottom: 6px; }
......@@ -1610,7 +1610,7 @@ StScrollBar {
padding: 6px 4px;
color: #5c616c;
background-color: #ffffff;
border: 1px solid #dcdfe3;
border: 4px solid rgba(0, 0, 0, 0.8);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }
.notification-banner .notification-icon,
.notification-banner:hover .notification-icon,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment