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

notmod

parent 351561cc
Branches
Tags
No related merge requests found
...@@ -177,7 +177,7 @@ StScrollBar { ...@@ -177,7 +177,7 @@ StScrollBar {
border-radius: 3px; border-radius: 3px;
color: #5c616c; color: #5c616c;
background-color: #f5f6f7; background-color: #f5f6f7;
border: 1px solid #dcdfe3; } border: 4px solid rgba(0, 0, 0, 0.8); }
.modal-dialog .modal-dialog-content-box { .modal-dialog .modal-dialog-content-box {
padding: 20px 10px 10px 10px; } padding: 20px 10px 10px 10px; }
.modal-dialog-linked-button { .modal-dialog-linked-button {
...@@ -203,13 +203,13 @@ StScrollBar { ...@@ -203,13 +203,13 @@ StScrollBar {
color: rgba(186, 195, 207, 0.5); color: rgba(186, 195, 207, 0.5);
background-color: rgba(49, 52, 63, 0.95); } background-color: rgba(49, 52, 63, 0.95); }
.modal-dialog-linked-button:first-child { .modal-dialog-linked-button:first-child {
border-radius: 0px 0px 0px 2px; } border-radius: 0px 0px 0px 1px; }
.modal-dialog-linked-button:last-child { .modal-dialog-linked-button:last-child {
border-right-width: 0px; border-right-width: 0px;
border-radius: 0px 0px 2px 0px; } border-radius: 0px 0px 1px 0px; }
.modal-dialog-linked-button:first-child:last-child { .modal-dialog-linked-button:first-child:last-child {
border-right-width: 0px; border-right-width: 0px;
border-radius: 0px 0px 2px 2px; } border-radius: 0px 0px 1px 1px; }
.modal-dialog .run-dialog-entry { .modal-dialog .run-dialog-entry {
width: 21em; width: 21em;
margin-bottom: 6px; } margin-bottom: 6px; }
...@@ -1610,7 +1610,7 @@ StScrollBar { ...@@ -1610,7 +1610,7 @@ StScrollBar {
padding: 6px 4px; padding: 6px 4px;
color: #5c616c; color: #5c616c;
background-color: #ffffff; 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); } box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2); }
.notification-banner .notification-icon, .notification-banner .notification-icon,
.notification-banner:hover .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