mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
update #1165
This commit is contained in:
parent
1a7397066f
commit
7d9b8ff031
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
%theme_dialogs {
|
%theme_dialogs {
|
||||||
background-color: $dialog_bg_color;
|
background-color: $dialog_bg_color;
|
||||||
border-radius: $modal_radius;
|
border-radius: $modal_radius + $base_padding;
|
||||||
border: solid rgba(black, 0.75);
|
border: solid rgba(black, 0.75);
|
||||||
border-width: if($variant=='light', 0, 1px);
|
border-width: if($variant=='light', 0, 1px);
|
||||||
box-shadow: 0 3px 6px 0 rgba(black, if($variant=='light', 0.25, 0.35));
|
box-shadow: 0 3px 6px 0 rgba(black, if($variant=='light', 0.25, 0.35));
|
||||||
@ -45,34 +45,31 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.headline {
|
|
||||||
@extend %title_4;
|
|
||||||
}
|
|
||||||
|
|
||||||
// modal dialog
|
// modal dialog
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
padding: $base_padding * 3;
|
padding: $base_padding * 3;
|
||||||
@extend %theme_dialogs !optional;
|
@extend %theme_dialogs;
|
||||||
|
|
||||||
.modal-dialog-content-box {
|
.modal-dialog-content-box {
|
||||||
margin: 32px 40px;
|
padding: 16px 32px 6px;
|
||||||
spacing: 32px;
|
spacing: $base_padding * 3;
|
||||||
max-width: 28em;
|
max-width: 28em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog-button-box {
|
.modal-dialog-button-box {
|
||||||
padding-top: $base_padding;
|
padding-top: $base_padding;
|
||||||
spacing: 0;
|
spacing: $base_padding;
|
||||||
|
|
||||||
.modal-dialog-button {
|
.modal-dialog-button {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
margin: 0 !important;
|
margin: 0;
|
||||||
|
margin-right: 6px;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
border-radius: $modal_radius - $base_padding * 2;
|
border-radius: $modal_radius - $base_padding * 2;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
@include font(button);
|
|
||||||
@include button(normal);
|
@include button(normal);
|
||||||
&:hover { @include button(hover); }
|
&:hover { @include button(hover); }
|
||||||
&:active { @include button(active); }
|
&:active { @include button(active); }
|
||||||
@ -82,6 +79,7 @@
|
|||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
@extend %last_dialog_button;
|
@extend %last_dialog_button;
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -89,7 +87,7 @@
|
|||||||
|
|
||||||
// End Session Dialog
|
// End Session Dialog
|
||||||
.end-session-dialog {
|
.end-session-dialog {
|
||||||
width: 30em;
|
width: 28em;
|
||||||
// border: none;
|
// border: none;
|
||||||
|
|
||||||
.end-session-dialog-battery-warning,
|
.end-session-dialog-battery-warning,
|
||||||
@ -263,3 +261,8 @@
|
|||||||
.access-dialog {
|
.access-dialog {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// specific label style for restart message
|
||||||
|
.restart-message {
|
||||||
|
@extend %title_4;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user