mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
parent
f4659ecd01
commit
8ec676f280
@ -3165,13 +3165,13 @@ MarlinViewWindow *:selected:focus {
|
||||
color: #5294E2; }
|
||||
|
||||
.gala-notification {
|
||||
border: 1px solid #2b2e39;
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #404552);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #D3DAE3; }
|
||||
color: #5c616c; }
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
|
@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3165,13 +3165,13 @@ MarlinViewWindow *:selected:focus {
|
||||
color: #5294E2; }
|
||||
|
||||
.gala-notification {
|
||||
border: 1px solid #2b2e39;
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #404552);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #D3DAE3; }
|
||||
color: #5c616c; }
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
|
@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3171,7 +3171,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -579,14 +579,14 @@ MarlinViewWindow *:selected:focus {
|
||||
// Gala
|
||||
//
|
||||
.gala-notification {
|
||||
border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, $base_color);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent;
|
||||
|
||||
.title, .label {
|
||||
color: $fg_color;
|
||||
color: #5c616c;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3099,13 +3099,13 @@ MarlinViewWindow *:selected:focus {
|
||||
color: #5294E2; }
|
||||
|
||||
.gala-notification {
|
||||
border: 1px solid #2b2e39;
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #404552);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #D3DAE3; }
|
||||
color: #5c616c; }
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
|
@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3099,13 +3099,13 @@ MarlinViewWindow *:selected:focus {
|
||||
color: #5294E2; }
|
||||
|
||||
.gala-notification {
|
||||
border: 1px solid #2b2e39;
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #404552);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #D3DAE3; }
|
||||
color: #5c616c; }
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
|
@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3105,7 +3105,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -632,14 +632,14 @@ MarlinViewWindow *:selected:focus {
|
||||
// Gala
|
||||
//
|
||||
.gala-notification {
|
||||
border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, $base_color);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent;
|
||||
|
||||
.title, .label {
|
||||
color: $fg_color;
|
||||
color: #5c616c;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3285,13 +3285,13 @@ MarlinViewWindow *:selected:focus {
|
||||
color: #5294E2; }
|
||||
|
||||
.gala-notification {
|
||||
border: 1px solid #2b2e39;
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #404552);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #D3DAE3; }
|
||||
color: #5c616c; }
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
|
@ -3291,7 +3291,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3285,13 +3285,13 @@ MarlinViewWindow *:selected:focus {
|
||||
color: #5294E2; }
|
||||
|
||||
.gala-notification {
|
||||
border: 1px solid #2b2e39;
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #404552);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #D3DAE3; }
|
||||
color: #5c616c; }
|
||||
|
||||
.panel {
|
||||
background-color: transparent;
|
||||
|
@ -3291,7 +3291,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3295,7 +3295,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -3295,7 +3295,7 @@ MarlinViewWindow *:selected:focus {
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, #ffffff);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent; }
|
||||
.gala-notification .title, .gala-notification .label {
|
||||
color: #5c616c; }
|
||||
|
@ -680,14 +680,14 @@ MarlinViewWindow *:selected:focus {
|
||||
// Gala
|
||||
//
|
||||
.gala-notification {
|
||||
border: 1px solid if($variant=='light', rgba(0, 0, 0, 0.35), $borders_color);
|
||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||
background-image: linear-gradient(to bottom, $base_color);
|
||||
background-image: linear-gradient(to bottom, white);
|
||||
background-color: transparent;
|
||||
|
||||
.title, .label {
|
||||
color: $fg_color;
|
||||
color: #5c616c;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user