mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
more gnome-shell tweaks
This commit is contained in:
parent
aa363fd608
commit
4a6f74a8f7
@ -394,10 +394,11 @@ StScrollBar {
|
|||||||
spacing: 20px; }
|
spacing: 20px; }
|
||||||
|
|
||||||
.audio-selection-device {
|
.audio-selection-device {
|
||||||
border: 1px solid red;
|
border: 1px solid #2b2e39;
|
||||||
border-radius: 12px; }
|
border-radius: 3px; }
|
||||||
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
|
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
|
||||||
background-color: #5294E2; }
|
background-color: #5294E2;
|
||||||
|
border-color: #5294E2; }
|
||||||
|
|
||||||
.audio-selection-device-box {
|
.audio-selection-device-box {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
@ -408,22 +409,17 @@ StScrollBar {
|
|||||||
|
|
||||||
.geolocation-dialog {
|
.geolocation-dialog {
|
||||||
spacing: 30px; }
|
spacing: 30px; }
|
||||||
|
.geolocation-dialog-main-layout {
|
||||||
.geolocation-dialog-main-layout {
|
spacing: 12px; }
|
||||||
spacing: 12px; }
|
.geolocation-dialog-content {
|
||||||
|
spacing: 20px; }
|
||||||
.geolocation-dialog-content {
|
.geolocation-dialog-icon {
|
||||||
spacing: 20px; }
|
icon-size: 48px; }
|
||||||
|
.geolocation-dialog-title {
|
||||||
.geolocation-dialog-icon {
|
font-weight: bold; }
|
||||||
icon-size: 48px; }
|
.geolocation-dialog-reason {
|
||||||
|
color: #D3DAE3;
|
||||||
.geolocation-dialog-title {
|
font-weight: bold; }
|
||||||
font-weight: bold; }
|
|
||||||
|
|
||||||
.geolocation-dialog-reason {
|
|
||||||
color: #5b728f;
|
|
||||||
font-weight: bold; }
|
|
||||||
|
|
||||||
.network-dialog-secret-table {
|
.network-dialog-secret-table {
|
||||||
spacing-rows: 15px;
|
spacing-rows: 15px;
|
||||||
|
@ -394,10 +394,11 @@ StScrollBar {
|
|||||||
spacing: 20px; }
|
spacing: 20px; }
|
||||||
|
|
||||||
.audio-selection-device {
|
.audio-selection-device {
|
||||||
border: 1px solid red;
|
border: 1px solid #dcdfe3;
|
||||||
border-radius: 12px; }
|
border-radius: 3px; }
|
||||||
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
|
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
|
||||||
background-color: #5294E2; }
|
background-color: #5294E2;
|
||||||
|
border-color: #5294E2; }
|
||||||
|
|
||||||
.audio-selection-device-box {
|
.audio-selection-device-box {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
@ -408,22 +409,17 @@ StScrollBar {
|
|||||||
|
|
||||||
.geolocation-dialog {
|
.geolocation-dialog {
|
||||||
spacing: 30px; }
|
spacing: 30px; }
|
||||||
|
.geolocation-dialog-main-layout {
|
||||||
.geolocation-dialog-main-layout {
|
spacing: 12px; }
|
||||||
spacing: 12px; }
|
.geolocation-dialog-content {
|
||||||
|
spacing: 20px; }
|
||||||
.geolocation-dialog-content {
|
.geolocation-dialog-icon {
|
||||||
spacing: 20px; }
|
icon-size: 48px; }
|
||||||
|
.geolocation-dialog-title {
|
||||||
.geolocation-dialog-icon {
|
font-weight: bold; }
|
||||||
icon-size: 48px; }
|
.geolocation-dialog-reason {
|
||||||
|
color: #5c616c;
|
||||||
.geolocation-dialog-title {
|
font-weight: bold; }
|
||||||
font-weight: bold; }
|
|
||||||
|
|
||||||
.geolocation-dialog-reason {
|
|
||||||
color: black;
|
|
||||||
font-weight: bold; }
|
|
||||||
|
|
||||||
.network-dialog-secret-table {
|
.network-dialog-secret-table {
|
||||||
spacing-rows: 15px;
|
spacing-rows: 15px;
|
||||||
|
@ -505,37 +505,39 @@ StScrollBar {
|
|||||||
//
|
//
|
||||||
// Audio selection dialog
|
// Audio selection dialog
|
||||||
//
|
//
|
||||||
.audio-device-selection-dialog {
|
.audio-device-selection-dialog { spacing: 30px; }
|
||||||
spacing: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.audio-selection-content {
|
.audio-selection {
|
||||||
spacing: 20px;
|
|
||||||
padding: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.audio-selection-title {
|
&-content {
|
||||||
font-weight: bold;
|
spacing: 20px;
|
||||||
text-align: center;
|
padding: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audio-selection-box {
|
&-title {
|
||||||
spacing: 20px;
|
font-weight: bold;
|
||||||
}
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.audio-selection-device {
|
&-box { spacing: 20px; }
|
||||||
border: 1px solid red;
|
|
||||||
border-radius: 12px;
|
|
||||||
&:active,&:hover,&:focus { background-color: $selected_bg_color; }
|
|
||||||
}
|
|
||||||
|
|
||||||
.audio-selection-device-box {
|
&-device {
|
||||||
padding: 20px;
|
border: 1px solid $borders_color;
|
||||||
spacing: 20px;
|
border-radius: 3px;
|
||||||
}
|
|
||||||
|
&:active,&:hover,&:focus {
|
||||||
|
background-color: $selected_bg_color;
|
||||||
|
border-color: $selected_bg_color;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-device-box {
|
||||||
|
padding: 20px;
|
||||||
|
spacing: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-device-icon { icon-size: 64px; }
|
||||||
|
|
||||||
.audio-selection-device-icon {
|
|
||||||
icon-size: 64px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -543,27 +545,16 @@ StScrollBar {
|
|||||||
//
|
//
|
||||||
.geolocation-dialog {
|
.geolocation-dialog {
|
||||||
spacing: 30px;
|
spacing: 30px;
|
||||||
}
|
|
||||||
|
|
||||||
.geolocation-dialog-main-layout {
|
&-main-layout { spacing: 12px; }
|
||||||
spacing: 12px;
|
&-content { spacing: 20px; }
|
||||||
}
|
&-icon { icon-size: 48px; }
|
||||||
|
&-title { font-weight: bold; }
|
||||||
|
|
||||||
.geolocation-dialog-content {
|
&-reason {
|
||||||
spacing: 20px;
|
color: $fg_color;
|
||||||
}
|
font-weight: bold;
|
||||||
|
}
|
||||||
.geolocation-dialog-icon {
|
|
||||||
icon-size: 48px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.geolocation-dialog-title {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.geolocation-dialog-reason {
|
|
||||||
color: darken($fg_color,40%);
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user