aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.18/gnome-shell.css
diff options
context:
space:
mode:
authorHorst31802016-03-23 15:07:41 +0100
committerHorst31802016-03-23 15:07:41 +0100
commitaa363fd608164c75c7ed0077aa6ccc89471b1532 (patch)
treed266832566ef027d5a58b04e3644496e2095f5f1 /common/gnome-shell/3.18/gnome-shell.css
parentc796620e8ab8744e9ce08eccc796b1e9a1c9d97f (diff)
downloadsolarc-theme-aa363fd608164c75c7ed0077aa6ccc89471b1532.tar.gz
solarc-theme-aa363fd608164c75c7ed0077aa6ccc89471b1532.tar.xz
solarc-theme-aa363fd608164c75c7ed0077aa6ccc89471b1532.zip
update gnome-shell theme
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell.css')
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css82
1 files changed, 79 insertions, 3 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css
index 4054b2f..0883e02 100644
--- a/common/gnome-shell/3.18/gnome-shell.css
+++ b/common/gnome-shell/3.18/gnome-shell.css
@@ -379,6 +379,52 @@ StScrollBar {
width: 48px;
height: 48px; }
+.audio-device-selection-dialog {
+ spacing: 30px; }
+
+.audio-selection-content {
+ spacing: 20px;
+ padding: 24px; }
+
+.audio-selection-title {
+ font-weight: bold;
+ text-align: center; }
+
+.audio-selection-box {
+ spacing: 20px; }
+
+.audio-selection-device {
+ border: 1px solid red;
+ border-radius: 12px; }
+ .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
+ background-color: #5294E2; }
+
+.audio-selection-device-box {
+ padding: 20px;
+ spacing: 20px; }
+
+.audio-selection-device-icon {
+ icon-size: 64px; }
+
+.geolocation-dialog {
+ spacing: 30px; }
+
+.geolocation-dialog-main-layout {
+ spacing: 12px; }
+
+.geolocation-dialog-content {
+ spacing: 20px; }
+
+.geolocation-dialog-icon {
+ icon-size: 48px; }
+
+.geolocation-dialog-title {
+ font-weight: bold; }
+
+.geolocation-dialog-reason {
+ color: black;
+ font-weight: bold; }
+
.network-dialog-secret-table {
spacing-rows: 15px;
spacing-columns: 1em; }
@@ -388,7 +434,7 @@ StScrollBar {
spacing-columns: 1em; }
.popup-menu {
- min-width: 200px;
+ min-width: 15em;
color: #5c616c;
border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu .popup-sub-menu {
@@ -644,6 +690,8 @@ StScrollBar {
#panel .panel-status-indicators-box,
#panel .panel-status-menu-box {
spacing: 2px; }
+ #panel .power-status.panel-status-indicators-box {
+ spacing: 0; }
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
@@ -689,7 +737,7 @@ StScrollBar {
color: transparent; }
.aggregate-menu {
- width: 280px; }
+ min-width: 21em; }
.aggregate-menu .popup-menu-icon {
padding: 0 4px; }
@@ -872,8 +920,19 @@ StScrollBar {
color: rgba(92, 97, 108, 0.3);
opacity: 1; }
+.calendar-week-number {
+ font-size: 70%;
+ font-weight: bold;
+ width: 2.3em;
+ height: 1.8em;
+ border-radius: 2px;
+ padding: 0.5em 0 0;
+ margin: 6px;
+ background-color: rgba(92, 97, 108, 0.3);
+ color: #F5F6F7; }
+
.message-list {
- width: 420px; }
+ width: 31.5em; }
.message-list-sections {
spacing: 1.5em; }
.message-list-section, .message-list-section-list {
@@ -932,6 +991,23 @@ StScrollBar {
padding: 8px;
font-size: 1em; }
+.message-media-control {
+ padding: 6px; }
+ .message-media-control:last-child:ltr {
+ padding-right: 18px; }
+ .message-media-control:last-child:rtl {
+ padding-left: 18px; }
+
+.media-message-cover-icon {
+ icon-size: 32px; }
+ .media-message-cover-icon.fallback {
+ color: white;
+ background-color: #F5F6F7;
+ border-radius: 2px;
+ icon-size: 16px;
+ padding: 8px;
+ border: 1px solid #dcdfe3; }
+
.ripple-box {
width: 52px;
height: 52px;