mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
GTK 3.22: fix parsing errors
This commit is contained in:
parent
5bd92f12a2
commit
0cfa794f7c
@ -1029,7 +1029,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
|||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.titlebar:not(headerbar) > separator {
|
.titlebar:not(headerbar) > separator {
|
||||||
background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); }
|
background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); }
|
||||||
|
|
||||||
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
@ -1431,14 +1431,14 @@ treeview.view {
|
|||||||
treeview.view.progressbar, treeview.view.progressbar:focus {
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, #5294e2); }
|
background-color: #5294e2; }
|
||||||
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
||||||
color: #5294e2;
|
color: #5294e2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, #ffffff); }
|
background-color: #ffffff; }
|
||||||
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
||||||
color: #D3DAE3;
|
color: #D3DAE3;
|
||||||
background-image: linear-gradient(to bottom, #2b2e39);
|
background-color: #2b2e39;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
treeview.view header button {
|
treeview.view header button {
|
||||||
@ -1830,7 +1830,7 @@ scrollbar {
|
|||||||
min-height: 40px; }
|
min-height: 40px; }
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
background-size: 52px 24px;
|
background-size: 52px 24px;
|
||||||
@ -2621,7 +2621,7 @@ placessidebar row {
|
|||||||
placessidebar row.sidebar-placeholder-row {
|
placessidebar row.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, #F08437);
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
||||||
background-clip: content-box; }
|
background-clip: content-box; }
|
||||||
placessidebar row.sidebar-new-bookmark-row {
|
placessidebar row.sidebar-new-bookmark-row {
|
||||||
color: #5294e2; }
|
color: #5294e2; }
|
||||||
@ -2651,15 +2651,15 @@ paned > separator {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, #2b2e39);
|
background-image: linear-gradient(to bottom, #2b2e39, #2b2e39);
|
||||||
background-size: 1px 1px; }
|
background-size: 1px 1px; }
|
||||||
paned > separator:selected {
|
paned > separator:selected {
|
||||||
background-image: linear-gradient(to top, #5294e2); }
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
|
||||||
paned > separator.wide {
|
paned > separator.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: #383C4A;
|
background-color: #383C4A;
|
||||||
background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39);
|
background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39);
|
||||||
background-size: 1px 1px, 1px 1px; }
|
background-size: 1px 1px, 1px 1px; }
|
||||||
|
|
||||||
paned.horizontal > separator {
|
paned.horizontal > separator {
|
||||||
@ -2904,7 +2904,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
|
|||||||
font: initial; }
|
font: initial; }
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font: Monospace; }
|
font-family: Monospace; }
|
||||||
|
|
||||||
button.circular, button.nautilus-circular-button.image-button,
|
button.circular, button.nautilus-circular-button.image-button,
|
||||||
button.circular-button {
|
button.circular-button {
|
||||||
@ -3513,7 +3513,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: linear-gradient(to bottom, white, white);
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.gala-notification .title, .gala-notification .label {
|
.gala-notification .title, .gala-notification .label {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3585,7 +3585,7 @@ UnityDecoration {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: rgba(207, 218, 231, 0.8);
|
color: rgba(207, 218, 231, 0.8);
|
||||||
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
|
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
|
||||||
UnityDecoration.top:backdrop {
|
UnityDecoration.top:backdrop {
|
||||||
@ -3593,11 +3593,11 @@ UnityDecoration {
|
|||||||
color: rgba(207, 218, 231, 0.5); }
|
color: rgba(207, 218, 231, 0.5); }
|
||||||
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); }
|
background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); }
|
||||||
|
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: #f6f7f9;
|
color: #f6f7f9;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
UnityPanelWidget:backdrop,
|
UnityPanelWidget:backdrop,
|
||||||
@ -3608,7 +3608,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(to bottom, #5294e2);
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2);
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
@ -3801,7 +3801,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: #868b97;
|
color: #868b97;
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
GraniteWidgetsWelcome .h1,
|
GraniteWidgetsWelcome .h1,
|
||||||
@ -3821,7 +3821,7 @@ GraniteWidgetsPopOver {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552, #404552);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3); }
|
border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
||||||
@ -3832,13 +3832,13 @@ GraniteWidgetsXsEntry entry {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font: open sans 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
font: open sans light 18px; }
|
font-size: 18px; }
|
||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
font: open sans 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
@ -3855,24 +3855,24 @@ GtkListBox .h4 {
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: rgba(43, 46, 55, 0.95);
|
background-color: rgba(43, 46, 55, 0.95);
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
|
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
|
||||||
#panel_window menubar,
|
#panel_window menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
#panel_window menubar menuitem:disabled {
|
#panel_window menubar menuitem:disabled {
|
||||||
color: rgba(186, 195, 207, 0.5); }
|
color: rgba(186, 195, 207, 0.5); }
|
||||||
#panel_window menubar menuitem:disabled label {
|
#panel_window menubar menuitem:disabled label {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
#panel_window menubar menu > menuitem {
|
#panel_window menubar menu > menuitem {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
@ -3939,9 +3939,9 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: #D3DAE3;
|
color: #D3DAE3;
|
||||||
font: 13px; }
|
font-size: 13px; }
|
||||||
#login_window #user_combobox menu {
|
#login_window #user_combobox menu {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -3987,13 +3987,13 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.nautilus-window paned > separator {
|
.nautilus-window paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
|
||||||
|
|
||||||
filechooser paned > separator {
|
filechooser paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
|
||||||
|
|
||||||
filechooser.csd.background, filechooser placessidebar list,
|
filechooser.csd.background, filechooser placessidebar list,
|
||||||
.nautilus-window.csd.background,
|
.nautilus-window.csd.background,
|
||||||
@ -4114,10 +4114,10 @@ filechooser actionbar {
|
|||||||
background-color: #404552; }
|
background-color: #404552; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator {
|
.gedit-side-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(42, 45, 55, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(42, 45, 55, 0.95), rgba(42, 45, 55, 0.95)); }
|
||||||
|
|
||||||
.gedit-bottom-panel-paned > separator {
|
.gedit-bottom-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #2b2e39); }
|
background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-color: rgba(53, 57, 69, 0.95); }
|
||||||
|
@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
|||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.titlebar:not(headerbar) > separator {
|
.titlebar:not(headerbar) > separator {
|
||||||
background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); }
|
background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); }
|
||||||
|
|
||||||
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
@ -1430,14 +1430,14 @@ treeview.view {
|
|||||||
treeview.view.progressbar, treeview.view.progressbar:focus {
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, #5294e2); }
|
background-color: #5294e2; }
|
||||||
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
||||||
color: #5294e2;
|
color: #5294e2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, #ffffff); }
|
background-color: #ffffff; }
|
||||||
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
background-image: linear-gradient(to bottom, #cfd6e6);
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
treeview.view header button {
|
treeview.view header button {
|
||||||
@ -1829,7 +1829,7 @@ scrollbar {
|
|||||||
min-height: 40px; }
|
min-height: 40px; }
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
background-size: 52px 24px;
|
background-size: 52px 24px;
|
||||||
@ -2620,7 +2620,7 @@ placessidebar row {
|
|||||||
placessidebar row.sidebar-placeholder-row {
|
placessidebar row.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, #F08437);
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
||||||
background-clip: content-box; }
|
background-clip: content-box; }
|
||||||
placessidebar row.sidebar-new-bookmark-row {
|
placessidebar row.sidebar-new-bookmark-row {
|
||||||
color: #5294e2; }
|
color: #5294e2; }
|
||||||
@ -2650,15 +2650,15 @@ paned > separator {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px; }
|
background-size: 1px 1px; }
|
||||||
paned > separator:selected {
|
paned > separator:selected {
|
||||||
background-image: linear-gradient(to top, #5294e2); }
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
|
||||||
paned > separator.wide {
|
paned > separator.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: #F5F6F7;
|
background-color: #F5F6F7;
|
||||||
background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px, 1px 1px; }
|
background-size: 1px 1px, 1px 1px; }
|
||||||
|
|
||||||
paned.horizontal > separator {
|
paned.horizontal > separator {
|
||||||
@ -2903,7 +2903,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
|
|||||||
font: initial; }
|
font: initial; }
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font: Monospace; }
|
font-family: Monospace; }
|
||||||
|
|
||||||
button.circular, button.nautilus-circular-button.image-button,
|
button.circular, button.nautilus-circular-button.image-button,
|
||||||
button.circular-button {
|
button.circular-button {
|
||||||
@ -3512,7 +3512,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: linear-gradient(to bottom, white, white);
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.gala-notification .title, .gala-notification .label {
|
.gala-notification .title, .gala-notification .label {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3584,7 +3584,7 @@ UnityDecoration {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: rgba(207, 218, 231, 0.8);
|
color: rgba(207, 218, 231, 0.8);
|
||||||
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
|
box-shadow: inset 0 1px rgba(54, 59, 72, 0.97); }
|
||||||
UnityDecoration.top:backdrop {
|
UnityDecoration.top:backdrop {
|
||||||
@ -3592,11 +3592,11 @@ UnityDecoration {
|
|||||||
color: rgba(207, 218, 231, 0.5); }
|
color: rgba(207, 218, 231, 0.5); }
|
||||||
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97)); }
|
background-image: linear-gradient(to bottom, rgba(32, 35, 43, 0.97), rgba(32, 35, 43, 0.97)); }
|
||||||
|
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: #f6f7f9;
|
color: #f6f7f9;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
UnityPanelWidget:backdrop,
|
UnityPanelWidget:backdrop,
|
||||||
@ -3607,7 +3607,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(to bottom, #5294e2);
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2);
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
@ -3800,7 +3800,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: #a9acb2;
|
color: #a9acb2;
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
GraniteWidgetsWelcome .h1,
|
GraniteWidgetsWelcome .h1,
|
||||||
@ -3820,7 +3820,7 @@ GraniteWidgetsPopOver {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, #ffffff);
|
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3); }
|
border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
||||||
@ -3831,13 +3831,13 @@ GraniteWidgetsXsEntry entry {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font: open sans 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
font: open sans light 18px; }
|
font-size: 18px; }
|
||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
font: open sans 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
@ -3854,24 +3854,24 @@ GtkListBox .h4 {
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: rgba(43, 46, 55, 0.95);
|
background-color: rgba(43, 46, 55, 0.95);
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
|
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
|
||||||
#panel_window menubar,
|
#panel_window menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
#panel_window menubar menuitem:disabled {
|
#panel_window menubar menuitem:disabled {
|
||||||
color: rgba(186, 195, 207, 0.5); }
|
color: rgba(186, 195, 207, 0.5); }
|
||||||
#panel_window menubar menuitem:disabled label {
|
#panel_window menubar menuitem:disabled label {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
#panel_window menubar menu > menuitem {
|
#panel_window menubar menu > menuitem {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3938,9 +3938,9 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
font: 13px; }
|
font-size: 13px; }
|
||||||
#login_window #user_combobox menu {
|
#login_window #user_combobox menu {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -3986,17 +3986,17 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.nautilus-window paned > separator {
|
.nautilus-window paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
|
||||||
.nautilus-window paned > separator:dir(ltr) {
|
.nautilus-window paned > separator:dir(ltr) {
|
||||||
margin-left: -1px; }
|
margin-left: -1px; }
|
||||||
.nautilus-window paned > separator:dir(rtl) {
|
.nautilus-window paned > separator:dir(rtl) {
|
||||||
margin-right: -1px; }
|
margin-right: -1px; }
|
||||||
|
|
||||||
filechooser paned > separator {
|
filechooser paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
filechooser.csd.background, filechooser placessidebar list,
|
filechooser.csd.background, filechooser placessidebar list,
|
||||||
.nautilus-window.csd.background,
|
.nautilus-window.csd.background,
|
||||||
@ -4117,10 +4117,10 @@ filechooser actionbar {
|
|||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator {
|
.gedit-side-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
.gedit-bottom-panel-paned > separator {
|
.gedit-bottom-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #dcdfe3); }
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-color: rgba(53, 57, 69, 0.95); }
|
||||||
|
@ -1029,7 +1029,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
|||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.titlebar:not(headerbar) > separator {
|
.titlebar:not(headerbar) > separator {
|
||||||
background-image: linear-gradient(to top, #262a33); }
|
background-image: linear-gradient(to bottom, #262a33, #262a33); }
|
||||||
|
|
||||||
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
@ -1431,14 +1431,14 @@ treeview.view {
|
|||||||
treeview.view.progressbar, treeview.view.progressbar:focus {
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, #5294e2); }
|
background-color: #5294e2; }
|
||||||
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
||||||
color: #5294e2;
|
color: #5294e2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, #ffffff); }
|
background-color: #ffffff; }
|
||||||
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
||||||
color: #D3DAE3;
|
color: #D3DAE3;
|
||||||
background-image: linear-gradient(to bottom, #2b2e39);
|
background-color: #2b2e39;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
treeview.view header button {
|
treeview.view header button {
|
||||||
@ -1830,7 +1830,7 @@ scrollbar {
|
|||||||
min-height: 40px; }
|
min-height: 40px; }
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
background-size: 52px 24px;
|
background-size: 52px 24px;
|
||||||
@ -2621,7 +2621,7 @@ placessidebar row {
|
|||||||
placessidebar row.sidebar-placeholder-row {
|
placessidebar row.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, #F08437);
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
||||||
background-clip: content-box; }
|
background-clip: content-box; }
|
||||||
placessidebar row.sidebar-new-bookmark-row {
|
placessidebar row.sidebar-new-bookmark-row {
|
||||||
color: #5294e2; }
|
color: #5294e2; }
|
||||||
@ -2651,15 +2651,15 @@ paned > separator {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, #2b2e39);
|
background-image: linear-gradient(to bottom, #2b2e39, #2b2e39);
|
||||||
background-size: 1px 1px; }
|
background-size: 1px 1px; }
|
||||||
paned > separator:selected {
|
paned > separator:selected {
|
||||||
background-image: linear-gradient(to top, #5294e2); }
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
|
||||||
paned > separator.wide {
|
paned > separator.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: #383C4A;
|
background-color: #383C4A;
|
||||||
background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39);
|
background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39);
|
||||||
background-size: 1px 1px, 1px 1px; }
|
background-size: 1px 1px, 1px 1px; }
|
||||||
|
|
||||||
paned.horizontal > separator {
|
paned.horizontal > separator {
|
||||||
@ -2904,7 +2904,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
|
|||||||
font: initial; }
|
font: initial; }
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font: Monospace; }
|
font-family: Monospace; }
|
||||||
|
|
||||||
button.circular, button.nautilus-circular-button.image-button,
|
button.circular, button.nautilus-circular-button.image-button,
|
||||||
button.circular-button {
|
button.circular-button {
|
||||||
@ -3513,7 +3513,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: linear-gradient(to bottom, white, white);
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.gala-notification .title, .gala-notification .label {
|
.gala-notification .title, .gala-notification .label {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3585,7 +3585,7 @@ UnityDecoration {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: rgba(207, 218, 231, 0.8);
|
color: rgba(207, 218, 231, 0.8);
|
||||||
box-shadow: inset 0 1px #363b48; }
|
box-shadow: inset 0 1px #363b48; }
|
||||||
UnityDecoration.top:backdrop {
|
UnityDecoration.top:backdrop {
|
||||||
@ -3593,11 +3593,11 @@ UnityDecoration {
|
|||||||
color: rgba(207, 218, 231, 0.5); }
|
color: rgba(207, 218, 231, 0.5); }
|
||||||
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, #20232b); }
|
background-image: linear-gradient(to bottom, #20232b, #20232b); }
|
||||||
|
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: #f6f7f9;
|
color: #f6f7f9;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
UnityPanelWidget:backdrop,
|
UnityPanelWidget:backdrop,
|
||||||
@ -3608,7 +3608,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(to bottom, #5294e2);
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2);
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
@ -3801,7 +3801,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: #868b97;
|
color: #868b97;
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
GraniteWidgetsWelcome .h1,
|
GraniteWidgetsWelcome .h1,
|
||||||
@ -3821,7 +3821,7 @@ GraniteWidgetsPopOver {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, #404552);
|
background-image: linear-gradient(to bottom, #404552, #404552);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3); }
|
border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
||||||
@ -3832,13 +3832,13 @@ GraniteWidgetsXsEntry entry {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font: open sans 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
font: open sans light 18px; }
|
font-size: 18px; }
|
||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
font: open sans 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
@ -3855,24 +3855,24 @@ GtkListBox .h4 {
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: #2b2e37;
|
background-color: #2b2e37;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px #1b1d23; }
|
box-shadow: inset 0 -1px #1b1d23; }
|
||||||
#panel_window menubar,
|
#panel_window menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
#panel_window menubar menuitem:disabled {
|
#panel_window menubar menuitem:disabled {
|
||||||
color: rgba(186, 195, 207, 0.5); }
|
color: rgba(186, 195, 207, 0.5); }
|
||||||
#panel_window menubar menuitem:disabled label {
|
#panel_window menubar menuitem:disabled label {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
#panel_window menubar menu > menuitem {
|
#panel_window menubar menu > menuitem {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #D3DAE3; }
|
color: #D3DAE3; }
|
||||||
@ -3939,9 +3939,9 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: #D3DAE3;
|
color: #D3DAE3;
|
||||||
font: 13px; }
|
font-size: 13px; }
|
||||||
#login_window #user_combobox menu {
|
#login_window #user_combobox menu {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -3987,13 +3987,13 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.nautilus-window paned > separator {
|
.nautilus-window paned > separator {
|
||||||
background-image: linear-gradient(to top, #2a2d37); }
|
background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); }
|
||||||
|
|
||||||
filechooser paned > separator {
|
filechooser paned > separator {
|
||||||
background-image: linear-gradient(to top, #2a2d37); }
|
background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); }
|
||||||
|
|
||||||
filechooser.csd.background, filechooser placessidebar list,
|
filechooser.csd.background, filechooser placessidebar list,
|
||||||
.nautilus-window.csd.background,
|
.nautilus-window.csd.background,
|
||||||
@ -4114,10 +4114,10 @@ filechooser actionbar {
|
|||||||
background-color: #404552; }
|
background-color: #404552; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator {
|
.gedit-side-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #2a2d37); }
|
background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); }
|
||||||
|
|
||||||
.gedit-bottom-panel-paned > separator {
|
.gedit-bottom-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #2b2e39); }
|
background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
|
@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
|||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.titlebar:not(headerbar) > separator {
|
.titlebar:not(headerbar) > separator {
|
||||||
background-image: linear-gradient(to top, #262a33); }
|
background-image: linear-gradient(to bottom, #262a33, #262a33); }
|
||||||
|
|
||||||
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
@ -1430,14 +1430,14 @@ treeview.view {
|
|||||||
treeview.view.progressbar, treeview.view.progressbar:focus {
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, #5294e2); }
|
background-color: #5294e2; }
|
||||||
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
||||||
color: #5294e2;
|
color: #5294e2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, #ffffff); }
|
background-color: #ffffff; }
|
||||||
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
background-image: linear-gradient(to bottom, #cfd6e6);
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
treeview.view header button {
|
treeview.view header button {
|
||||||
@ -1829,7 +1829,7 @@ scrollbar {
|
|||||||
min-height: 40px; }
|
min-height: 40px; }
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
background-size: 52px 24px;
|
background-size: 52px 24px;
|
||||||
@ -2620,7 +2620,7 @@ placessidebar row {
|
|||||||
placessidebar row.sidebar-placeholder-row {
|
placessidebar row.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, #F08437);
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
||||||
background-clip: content-box; }
|
background-clip: content-box; }
|
||||||
placessidebar row.sidebar-new-bookmark-row {
|
placessidebar row.sidebar-new-bookmark-row {
|
||||||
color: #5294e2; }
|
color: #5294e2; }
|
||||||
@ -2650,15 +2650,15 @@ paned > separator {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px; }
|
background-size: 1px 1px; }
|
||||||
paned > separator:selected {
|
paned > separator:selected {
|
||||||
background-image: linear-gradient(to top, #5294e2); }
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
|
||||||
paned > separator.wide {
|
paned > separator.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: #F5F6F7;
|
background-color: #F5F6F7;
|
||||||
background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px, 1px 1px; }
|
background-size: 1px 1px, 1px 1px; }
|
||||||
|
|
||||||
paned.horizontal > separator {
|
paned.horizontal > separator {
|
||||||
@ -2903,7 +2903,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
|
|||||||
font: initial; }
|
font: initial; }
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font: Monospace; }
|
font-family: Monospace; }
|
||||||
|
|
||||||
button.circular, button.nautilus-circular-button.image-button,
|
button.circular, button.nautilus-circular-button.image-button,
|
||||||
button.circular-button {
|
button.circular-button {
|
||||||
@ -3512,7 +3512,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: linear-gradient(to bottom, white, white);
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.gala-notification .title, .gala-notification .label {
|
.gala-notification .title, .gala-notification .label {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3584,7 +3584,7 @@ UnityDecoration {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: rgba(207, 218, 231, 0.8);
|
color: rgba(207, 218, 231, 0.8);
|
||||||
box-shadow: inset 0 1px #363b48; }
|
box-shadow: inset 0 1px #363b48; }
|
||||||
UnityDecoration.top:backdrop {
|
UnityDecoration.top:backdrop {
|
||||||
@ -3592,11 +3592,11 @@ UnityDecoration {
|
|||||||
color: rgba(207, 218, 231, 0.5); }
|
color: rgba(207, 218, 231, 0.5); }
|
||||||
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, #20232b); }
|
background-image: linear-gradient(to bottom, #20232b, #20232b); }
|
||||||
|
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: #f6f7f9;
|
color: #f6f7f9;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
UnityPanelWidget:backdrop,
|
UnityPanelWidget:backdrop,
|
||||||
@ -3607,7 +3607,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(to bottom, #5294e2);
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2);
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
@ -3800,7 +3800,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: #a9acb2;
|
color: #a9acb2;
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
GraniteWidgetsWelcome .h1,
|
GraniteWidgetsWelcome .h1,
|
||||||
@ -3820,7 +3820,7 @@ GraniteWidgetsPopOver {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, #ffffff);
|
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3); }
|
border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
||||||
@ -3831,13 +3831,13 @@ GraniteWidgetsXsEntry entry {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font: open sans 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
font: open sans light 18px; }
|
font-size: 18px; }
|
||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
font: open sans 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
@ -3854,24 +3854,24 @@ GtkListBox .h4 {
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: #2b2e37;
|
background-color: #2b2e37;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px #1b1d23; }
|
box-shadow: inset 0 -1px #1b1d23; }
|
||||||
#panel_window menubar,
|
#panel_window menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
#panel_window menubar menuitem:disabled {
|
#panel_window menubar menuitem:disabled {
|
||||||
color: rgba(186, 195, 207, 0.5); }
|
color: rgba(186, 195, 207, 0.5); }
|
||||||
#panel_window menubar menuitem:disabled label {
|
#panel_window menubar menuitem:disabled label {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
#panel_window menubar menu > menuitem {
|
#panel_window menubar menu > menuitem {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3938,9 +3938,9 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
font: 13px; }
|
font-size: 13px; }
|
||||||
#login_window #user_combobox menu {
|
#login_window #user_combobox menu {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -3986,17 +3986,17 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.nautilus-window paned > separator {
|
.nautilus-window paned > separator {
|
||||||
background-image: linear-gradient(to top, #353945); }
|
background-image: linear-gradient(to bottom, #353945, #353945); }
|
||||||
.nautilus-window paned > separator:dir(ltr) {
|
.nautilus-window paned > separator:dir(ltr) {
|
||||||
margin-left: -1px; }
|
margin-left: -1px; }
|
||||||
.nautilus-window paned > separator:dir(rtl) {
|
.nautilus-window paned > separator:dir(rtl) {
|
||||||
margin-right: -1px; }
|
margin-right: -1px; }
|
||||||
|
|
||||||
filechooser paned > separator {
|
filechooser paned > separator {
|
||||||
background-image: linear-gradient(to top, #353945); }
|
background-image: linear-gradient(to bottom, #353945, #353945); }
|
||||||
|
|
||||||
filechooser.csd.background, filechooser placessidebar list,
|
filechooser.csd.background, filechooser placessidebar list,
|
||||||
.nautilus-window.csd.background,
|
.nautilus-window.csd.background,
|
||||||
@ -4117,10 +4117,10 @@ filechooser actionbar {
|
|||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator {
|
.gedit-side-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #353945); }
|
background-image: linear-gradient(to bottom, #353945, #353945); }
|
||||||
|
|
||||||
.gedit-bottom-panel-paned > separator {
|
.gedit-bottom-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #dcdfe3); }
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
|
@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
|||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.titlebar:not(headerbar) > separator {
|
.titlebar:not(headerbar) > separator {
|
||||||
background-image: linear-gradient(to top, #d4d5db); }
|
background-image: linear-gradient(to bottom, #d4d5db, #d4d5db); }
|
||||||
|
|
||||||
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
@ -1434,14 +1434,14 @@ treeview.view {
|
|||||||
treeview.view.progressbar, treeview.view.progressbar:focus {
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, #5294e2); }
|
background-color: #5294e2; }
|
||||||
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
||||||
color: #5294e2;
|
color: #5294e2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, #ffffff); }
|
background-color: #ffffff; }
|
||||||
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
background-image: linear-gradient(to bottom, #cfd6e6);
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
treeview.view header button {
|
treeview.view header button {
|
||||||
@ -1833,7 +1833,7 @@ scrollbar {
|
|||||||
min-height: 40px; }
|
min-height: 40px; }
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
background-size: 52px 24px;
|
background-size: 52px 24px;
|
||||||
@ -2624,7 +2624,7 @@ placessidebar row {
|
|||||||
placessidebar row.sidebar-placeholder-row {
|
placessidebar row.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, #F08437);
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
||||||
background-clip: content-box; }
|
background-clip: content-box; }
|
||||||
placessidebar row.sidebar-new-bookmark-row {
|
placessidebar row.sidebar-new-bookmark-row {
|
||||||
color: #5294e2; }
|
color: #5294e2; }
|
||||||
@ -2654,15 +2654,15 @@ paned > separator {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px; }
|
background-size: 1px 1px; }
|
||||||
paned > separator:selected {
|
paned > separator:selected {
|
||||||
background-image: linear-gradient(to top, #5294e2); }
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
|
||||||
paned > separator.wide {
|
paned > separator.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: #F5F6F7;
|
background-color: #F5F6F7;
|
||||||
background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px, 1px 1px; }
|
background-size: 1px 1px, 1px 1px; }
|
||||||
|
|
||||||
paned.horizontal > separator {
|
paned.horizontal > separator {
|
||||||
@ -2907,7 +2907,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
|
|||||||
font: initial; }
|
font: initial; }
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font: Monospace; }
|
font-family: Monospace; }
|
||||||
|
|
||||||
button.circular, button.nautilus-circular-button.image-button,
|
button.circular, button.nautilus-circular-button.image-button,
|
||||||
button.circular-button {
|
button.circular-button {
|
||||||
@ -3516,7 +3516,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: linear-gradient(to bottom, white, white);
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.gala-notification .title, .gala-notification .label {
|
.gala-notification .title, .gala-notification .label {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3588,7 +3588,7 @@ UnityDecoration {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
background-image: linear-gradient(to bottom, #e7e8eb);
|
background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb);
|
||||||
color: rgba(82, 93, 118, 0.8);
|
color: rgba(82, 93, 118, 0.8);
|
||||||
box-shadow: inset 0 1px #eff0f2; }
|
box-shadow: inset 0 1px #eff0f2; }
|
||||||
UnityDecoration.top:backdrop {
|
UnityDecoration.top:backdrop {
|
||||||
@ -3596,11 +3596,11 @@ UnityDecoration {
|
|||||||
color: rgba(82, 93, 118, 0.5); }
|
color: rgba(82, 93, 118, 0.5); }
|
||||||
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
|
||||||
|
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: #f6f7f9;
|
color: #f6f7f9;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
UnityPanelWidget:backdrop,
|
UnityPanelWidget:backdrop,
|
||||||
@ -3611,7 +3611,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(to bottom, #5294e2);
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2);
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
@ -3804,7 +3804,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: #a9acb2;
|
color: #a9acb2;
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
GraniteWidgetsWelcome .h1,
|
GraniteWidgetsWelcome .h1,
|
||||||
@ -3824,7 +3824,7 @@ GraniteWidgetsPopOver {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, #ffffff);
|
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3); }
|
border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
||||||
@ -3835,13 +3835,13 @@ GraniteWidgetsXsEntry entry {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font: open sans 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
font: open sans light 18px; }
|
font-size: 18px; }
|
||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
font: open sans 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
@ -3858,24 +3858,24 @@ GtkListBox .h4 {
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: #2b2e37;
|
background-color: #2b2e37;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px #1b1d23; }
|
box-shadow: inset 0 -1px #1b1d23; }
|
||||||
#panel_window menubar,
|
#panel_window menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
#panel_window menubar menuitem:disabled {
|
#panel_window menubar menuitem:disabled {
|
||||||
color: rgba(186, 195, 207, 0.5); }
|
color: rgba(186, 195, 207, 0.5); }
|
||||||
#panel_window menubar menuitem:disabled label {
|
#panel_window menubar menuitem:disabled label {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
#panel_window menubar menu > menuitem {
|
#panel_window menubar menu > menuitem {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3942,9 +3942,9 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
font: 13px; }
|
font-size: 13px; }
|
||||||
#login_window #user_combobox menu {
|
#login_window #user_combobox menu {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -3990,17 +3990,17 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.nautilus-window paned > separator {
|
.nautilus-window paned > separator {
|
||||||
background-image: linear-gradient(to top, #353945); }
|
background-image: linear-gradient(to bottom, #353945, #353945); }
|
||||||
.nautilus-window paned > separator:dir(ltr) {
|
.nautilus-window paned > separator:dir(ltr) {
|
||||||
margin-left: -1px; }
|
margin-left: -1px; }
|
||||||
.nautilus-window paned > separator:dir(rtl) {
|
.nautilus-window paned > separator:dir(rtl) {
|
||||||
margin-right: -1px; }
|
margin-right: -1px; }
|
||||||
|
|
||||||
filechooser paned > separator {
|
filechooser paned > separator {
|
||||||
background-image: linear-gradient(to top, #353945); }
|
background-image: linear-gradient(to bottom, #353945, #353945); }
|
||||||
|
|
||||||
filechooser.csd.background, filechooser placessidebar list,
|
filechooser.csd.background, filechooser placessidebar list,
|
||||||
.nautilus-window.csd.background,
|
.nautilus-window.csd.background,
|
||||||
@ -4121,10 +4121,10 @@ filechooser actionbar {
|
|||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator {
|
.gedit-side-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #353945); }
|
background-image: linear-gradient(to bottom, #353945, #353945); }
|
||||||
|
|
||||||
.gedit-bottom-panel-paned > separator {
|
.gedit-bottom-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #dcdfe3); }
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: #353945; }
|
background-color: #353945; }
|
||||||
|
@ -1028,7 +1028,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
|
|||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
|
|
||||||
.titlebar:not(headerbar) > separator {
|
.titlebar:not(headerbar) > separator {
|
||||||
background-image: linear-gradient(to top, rgba(212, 213, 219, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); }
|
||||||
|
|
||||||
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
.primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton {
|
||||||
min-width: 1px;
|
min-width: 1px;
|
||||||
@ -1434,14 +1434,14 @@ treeview.view {
|
|||||||
treeview.view.progressbar, treeview.view.progressbar:focus {
|
treeview.view.progressbar, treeview.view.progressbar:focus {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, #5294e2); }
|
background-color: #5294e2; }
|
||||||
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
|
||||||
color: #5294e2;
|
color: #5294e2;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, #ffffff); }
|
background-color: #ffffff; }
|
||||||
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
background-image: linear-gradient(to bottom, #cfd6e6);
|
background-color: #cfd6e6;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0; }
|
border-width: 0; }
|
||||||
treeview.view header button {
|
treeview.view header button {
|
||||||
@ -1833,7 +1833,7 @@ scrollbar {
|
|||||||
min-height: 40px; }
|
min-height: 40px; }
|
||||||
|
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
background-size: 52px 24px;
|
background-size: 52px 24px;
|
||||||
@ -2624,7 +2624,7 @@ placessidebar row {
|
|||||||
placessidebar row.sidebar-placeholder-row {
|
placessidebar row.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, #F08437);
|
background-image: linear-gradient(to bottom, #F08437, #F08437);
|
||||||
background-clip: content-box; }
|
background-clip: content-box; }
|
||||||
placessidebar row.sidebar-new-bookmark-row {
|
placessidebar row.sidebar-new-bookmark-row {
|
||||||
color: #5294e2; }
|
color: #5294e2; }
|
||||||
@ -2654,15 +2654,15 @@ paned > separator {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px; }
|
background-size: 1px 1px; }
|
||||||
paned > separator:selected {
|
paned > separator:selected {
|
||||||
background-image: linear-gradient(to top, #5294e2); }
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2); }
|
||||||
paned > separator.wide {
|
paned > separator.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: #F5F6F7;
|
background-color: #F5F6F7;
|
||||||
background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3);
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3);
|
||||||
background-size: 1px 1px, 1px 1px; }
|
background-size: 1px 1px, 1px 1px; }
|
||||||
|
|
||||||
paned.horizontal > separator {
|
paned.horizontal > separator {
|
||||||
@ -2907,7 +2907,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection {
|
|||||||
font: initial; }
|
font: initial; }
|
||||||
|
|
||||||
.monospace {
|
.monospace {
|
||||||
font: Monospace; }
|
font-family: Monospace; }
|
||||||
|
|
||||||
button.circular, button.nautilus-circular-button.image-button,
|
button.circular, button.nautilus-circular-button.image-button,
|
||||||
button.circular-button {
|
button.circular-button {
|
||||||
@ -3516,7 +3516,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: linear-gradient(to bottom, white, white);
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
.gala-notification .title, .gala-notification .label {
|
.gala-notification .title, .gala-notification .label {
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3588,7 +3588,7 @@ UnityDecoration {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
background-image: linear-gradient(to bottom, #e7e8eb);
|
background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb);
|
||||||
color: rgba(82, 93, 118, 0.8);
|
color: rgba(82, 93, 118, 0.8);
|
||||||
box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); }
|
box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); }
|
||||||
UnityDecoration.top:backdrop {
|
UnityDecoration.top:backdrop {
|
||||||
@ -3596,11 +3596,11 @@ UnityDecoration {
|
|||||||
color: rgba(82, 93, 118, 0.5); }
|
color: rgba(82, 93, 118, 0.5); }
|
||||||
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); }
|
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
|
||||||
|
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: linear-gradient(to bottom, #2f343f, #2f343f);
|
||||||
color: #f6f7f9;
|
color: #f6f7f9;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
UnityPanelWidget:backdrop,
|
UnityPanelWidget:backdrop,
|
||||||
@ -3611,7 +3611,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-image: linear-gradient(to bottom, #5294e2);
|
background-image: linear-gradient(to bottom, #5294e2, #5294e2);
|
||||||
border-bottom: none; }
|
border-bottom: none; }
|
||||||
|
|
||||||
.lightdm.menu {
|
.lightdm.menu {
|
||||||
@ -3804,7 +3804,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: #a9acb2;
|
color: #a9acb2;
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
|
|
||||||
GraniteWidgetsWelcome .h1,
|
GraniteWidgetsWelcome .h1,
|
||||||
@ -3824,7 +3824,7 @@ GraniteWidgetsPopOver {
|
|||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, #ffffff);
|
background-image: linear-gradient(to bottom, #ffffff, #ffffff);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.3); }
|
border: 1px solid rgba(0, 0, 0, 0.3); }
|
||||||
|
|
||||||
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar,
|
||||||
@ -3835,13 +3835,13 @@ GraniteWidgetsXsEntry entry {
|
|||||||
padding: 4px; }
|
padding: 4px; }
|
||||||
|
|
||||||
.h1 {
|
.h1 {
|
||||||
font: open sans 24px; }
|
font-size: 24px; }
|
||||||
|
|
||||||
.h2 {
|
.h2 {
|
||||||
font: open sans light 18px; }
|
font-size: 18px; }
|
||||||
|
|
||||||
.h3 {
|
.h3 {
|
||||||
font: open sans 11px; }
|
font-size: 11px; }
|
||||||
|
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
@ -3858,24 +3858,24 @@ GtkListBox .h4 {
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: rgba(43, 46, 55, 0.95);
|
background-color: rgba(43, 46, 55, 0.95);
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
|
box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); }
|
||||||
#panel_window menubar,
|
#panel_window menubar,
|
||||||
#panel_window menubar > menuitem {
|
#panel_window menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #BAC3CF;
|
color: #BAC3CF;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
#panel_window menubar menuitem:disabled {
|
#panel_window menubar menuitem:disabled {
|
||||||
color: rgba(186, 195, 207, 0.5); }
|
color: rgba(186, 195, 207, 0.5); }
|
||||||
#panel_window menubar menuitem:disabled label {
|
#panel_window menubar menuitem:disabled label {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
#panel_window menubar menu > menuitem {
|
#panel_window menubar menu > menuitem {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #5c616c; }
|
color: #5c616c; }
|
||||||
@ -3942,9 +3942,9 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: #5c616c;
|
color: #5c616c;
|
||||||
font: 13px; }
|
font-size: 13px; }
|
||||||
#login_window #user_combobox menu {
|
#login_window #user_combobox menu {
|
||||||
font: normal; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#user_image {
|
#user_image {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
@ -3990,17 +3990,17 @@ GtkListBox .h4 {
|
|||||||
|
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold; }
|
font-weight: bold; }
|
||||||
|
|
||||||
.nautilus-window paned > separator {
|
.nautilus-window paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
|
||||||
.nautilus-window paned > separator:dir(ltr) {
|
.nautilus-window paned > separator:dir(ltr) {
|
||||||
margin-left: -1px; }
|
margin-left: -1px; }
|
||||||
.nautilus-window paned > separator:dir(rtl) {
|
.nautilus-window paned > separator:dir(rtl) {
|
||||||
margin-right: -1px; }
|
margin-right: -1px; }
|
||||||
|
|
||||||
filechooser paned > separator {
|
filechooser paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
filechooser.csd.background, filechooser placessidebar list,
|
filechooser.csd.background, filechooser placessidebar list,
|
||||||
.nautilus-window.csd.background,
|
.nautilus-window.csd.background,
|
||||||
@ -4121,10 +4121,10 @@ filechooser actionbar {
|
|||||||
background-color: #ffffff; }
|
background-color: #ffffff; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator {
|
.gedit-side-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, rgba(53, 57, 69, 0.95)); }
|
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95), rgba(53, 57, 69, 0.95)); }
|
||||||
|
|
||||||
.gedit-bottom-panel-paned > separator {
|
.gedit-bottom-panel-paned > separator {
|
||||||
background-image: linear-gradient(to top, #dcdfe3); }
|
background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: rgba(53, 57, 69, 0.95); }
|
background-color: rgba(53, 57, 69, 0.95); }
|
||||||
|
@ -572,7 +572,7 @@ button.documents-favorite:active:hover {
|
|||||||
border: 1px solid rgba(0, 0, 0, 0.35);
|
border: 1px solid rgba(0, 0, 0, 0.35);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
||||||
background-image: linear-gradient(to bottom, white);
|
background-image: _solid(white);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
.title, .label {
|
.title, .label {
|
||||||
|
@ -1096,7 +1096,7 @@ headerbar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> separator { background-image: linear-gradient(to top, $header_border); }
|
> separator { background-image: _solid($header_border); }
|
||||||
|
|
||||||
@extend %titlebar;
|
@extend %titlebar;
|
||||||
}
|
}
|
||||||
@ -1474,17 +1474,17 @@ treeview.view {
|
|||||||
&.progressbar, &.progressbar:focus { // progress bar in treeviews
|
&.progressbar, &.progressbar:focus { // progress bar in treeviews
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-image: linear-gradient(to bottom, $selected_bg_color);
|
background-color: $selected_bg_color;
|
||||||
|
|
||||||
&:selected, &:selected:focus {
|
&:selected, &:selected:focus {
|
||||||
color: $selected_bg_color;
|
color: $selected_bg_color;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-image: linear-gradient(to bottom, $selected_fg_color);
|
background-color: $selected_fg_color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.trough, &.trough:selected, &.trough:selected:focus { // progress bar trough in treeviews
|
&.trough, &.trough:selected, &.trough:selected:focus { // progress bar trough in treeviews
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
background-image: linear-gradient(to bottom, $button_border);
|
background-color: $button_border;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
}
|
}
|
||||||
@ -1937,7 +1937,7 @@ scrollbar {
|
|||||||
// Switches
|
// Switches
|
||||||
//
|
//
|
||||||
switch {
|
switch {
|
||||||
font: 1;
|
font-size: 1px;
|
||||||
|
|
||||||
min-width: 52px;
|
min-width: 52px;
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
@ -2681,7 +2681,7 @@ placessidebar {
|
|||||||
&.sidebar-placeholder-row {
|
&.sidebar-placeholder-row {
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
min-height: 2px;
|
min-height: 2px;
|
||||||
background-image: linear-gradient(to top, $drop_target_color);
|
background-image: _solid($drop_target_color);
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2731,16 +2731,16 @@ paned {
|
|||||||
-gtk-icon-source: none;
|
-gtk-icon-source: none;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to top, $borders_color);
|
background-image: _solid($borders_color);
|
||||||
background-size: 1px 1px;
|
background-size: 1px 1px;
|
||||||
|
|
||||||
&:selected { background-image: linear-gradient(to top, $selected_bg_color); }
|
&:selected { background-image: _solid($selected_bg_color); }
|
||||||
|
|
||||||
&.wide {
|
&.wide {
|
||||||
min-width: 5px;
|
min-width: 5px;
|
||||||
min-height: 5px;
|
min-height: 5px;
|
||||||
background-color: $bg_color;
|
background-color: $bg_color;
|
||||||
background-image: linear-gradient(to top, $borders_color), linear-gradient(to top, $borders_color);
|
background-image: _solid($borders_color), _solid($borders_color);
|
||||||
background-size: 1px 1px, 1px 1px;
|
background-size: 1px 1px, 1px 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -2997,7 +2997,7 @@ colorchooser .popover.osd { border-radius: 3px; }
|
|||||||
|
|
||||||
// Decouple the font of context menus from their entry/textview
|
// Decouple the font of context menus from their entry/textview
|
||||||
.context-menu { font: initial; }
|
.context-menu { font: initial; }
|
||||||
.monospace { font: Monospace; }
|
.monospace { font-family: Monospace; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Shortcuts Help
|
// Shortcuts Help
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
// Drawing mixins
|
// Drawing mixins
|
||||||
|
|
||||||
|
// Solid color image
|
||||||
|
@function _solid($c) {
|
||||||
|
@return linear-gradient(to bottom, $c, $c);
|
||||||
|
}
|
||||||
|
|
||||||
// Entries
|
// Entries
|
||||||
|
|
||||||
@mixin entry($t) {
|
@mixin entry($t) {
|
||||||
|
@ -151,7 +151,7 @@ GraniteWidgetsWelcome {
|
|||||||
|
|
||||||
GraniteWidgetsWelcome label {
|
GraniteWidgetsWelcome label {
|
||||||
color: mix($fg_color, $bg_color, 50%);
|
color: mix($fg_color, $bg_color, 50%);
|
||||||
font: open sans 11;
|
font-size: 11px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -182,7 +182,7 @@ GraniteWidgetsPopOver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popover_bg {
|
.popover_bg {
|
||||||
background-image: linear-gradient(to bottom, $base_color);
|
background-image: _solid($base_color);
|
||||||
border: 1px solid transparentize(black, 0.7);
|
border: 1px solid transparentize(black, 0.7);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -199,9 +199,9 @@ GraniteWidgetsXsEntry entry { padding: 4px; }
|
|||||||
//
|
//
|
||||||
// Text Styles
|
// Text Styles
|
||||||
//
|
//
|
||||||
.h1 { font: open sans 24px; }
|
.h1 { font-size: 24px; }
|
||||||
.h2 { font: open sans light 18px; }
|
.h2 { font-size: 18px; }
|
||||||
.h3 { font: open sans 11px; }
|
.h3 { font-size: 11px; }
|
||||||
.h4,
|
.h4,
|
||||||
.category-label {
|
.category-label {
|
||||||
color: mix($bg_color, $text_color, 30%);
|
color: mix($bg_color, $text_color, 30%);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#panel_window {
|
#panel_window {
|
||||||
background-color: $panel_bg;
|
background-color: $panel_bg;
|
||||||
color: $panel_fg;
|
color: $panel_fg;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
box-shadow: inset 0 -1px darken($panel_bg, 7%);
|
box-shadow: inset 0 -1px darken($panel_bg, 7%);
|
||||||
|
|
||||||
// the menubars/menus of the panel, i.e. indicators
|
// the menubars/menus of the panel, i.e. indicators
|
||||||
@ -10,7 +10,7 @@
|
|||||||
menubar > menuitem {
|
menubar > menuitem {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $panel_fg;
|
color: $panel_fg;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
menubar menuitem:disabled {
|
menubar menuitem:disabled {
|
||||||
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
label { color: inherit; }
|
label { color: inherit; }
|
||||||
}
|
}
|
||||||
menubar menu > menuitem { font: normal; }
|
menubar menu > menuitem { font-weight: normal; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// the login window
|
// the login window
|
||||||
#login_window,
|
#login_window,
|
||||||
#shutdown_dialog,
|
#shutdown_dialog,
|
||||||
#restart_dialog {
|
#restart_dialog {
|
||||||
font: normal;
|
font-weight: normal;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
@ -72,9 +72,9 @@
|
|||||||
|
|
||||||
#login_window #user_combobox {
|
#login_window #user_combobox {
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
font: 13px;
|
font-size: 13px;
|
||||||
|
|
||||||
menu { font: normal; }
|
menu { font-weight: normal; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// the user's avatar box
|
// the user's avatar box
|
||||||
@ -102,5 +102,5 @@
|
|||||||
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
|
// the warning, in case a wrong password is entered or something else goes wrong according to PAM
|
||||||
#greeter_infobar {
|
#greeter_infobar {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
font: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//.nemo-window,
|
//.nemo-window,
|
||||||
.nautilus-window {
|
.nautilus-window {
|
||||||
paned > separator {
|
paned > separator {
|
||||||
background-image: linear-gradient(to top, $dark_sidebar_border);
|
background-image: _solid($dark_sidebar_border);
|
||||||
|
|
||||||
@if $variant=='light' {
|
@if $variant=='light' {
|
||||||
&:dir(ltr) { margin-left: -1px; }
|
&:dir(ltr) { margin-left: -1px; }
|
||||||
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
filechooser paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); }
|
filechooser paned > separator { background-image: _solid($dark_sidebar_border); }
|
||||||
|
|
||||||
// Dark transparent sidebars
|
// Dark transparent sidebars
|
||||||
filechooser,
|
filechooser,
|
||||||
@ -145,8 +145,8 @@ filechooser {
|
|||||||
// Gedit
|
// Gedit
|
||||||
.gedit-bottom-panel-paned { background-color: $base_color; }
|
.gedit-bottom-panel-paned { background-color: $base_color; }
|
||||||
|
|
||||||
.gedit-side-panel-paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); }
|
.gedit-side-panel-paned > separator { background-image: _solid($dark_sidebar_border); }
|
||||||
.gedit-bottom-panel-paned > separator { background-image: linear-gradient(to top, $borders_color); }
|
.gedit-bottom-panel-paned > separator { background-image: _solid($borders_color); }
|
||||||
|
|
||||||
.gedit-document-panel {
|
.gedit-document-panel {
|
||||||
background-color: $dark_sidebar_bg;
|
background-color: $dark_sidebar_bg;
|
||||||
|
@ -23,28 +23,28 @@ UnityDecoration {
|
|||||||
border-radius: 4px 4px 0 0;
|
border-radius: 4px 4px 0 0;
|
||||||
padding: 1px 6px 0 6px;
|
padding: 1px 6px 0 6px;
|
||||||
|
|
||||||
background-image: linear-gradient(to bottom, opacify($header_bg, 1));
|
background-image: _solid(opacify($header_bg, 1));
|
||||||
color: $header_fg; // The foreground color will be used to paint the text
|
color: $header_fg; // The foreground color will be used to paint the text
|
||||||
|
|
||||||
box-shadow: inset 0 1px lighten($header_bg, 3%);
|
box-shadow: inset 0 1px lighten($header_bg, 3%);
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
//background-image: linear-gradient(to bottom, opacify($header_bg_backdrop, 1));
|
//background-image: _solid(opacify($header_bg_backdrop, 1));
|
||||||
color: transparentize($header_fg, 0.3);
|
color: transparentize($header_fg, 0.3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.left, &.right, &.bottom,
|
&.left, &.right, &.bottom,
|
||||||
&.left:backdrop, &.right:backdrop, &.bottom:backdrop {
|
&.left:backdrop, &.right:backdrop, &.bottom:backdrop {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)));
|
background-image: _solid(if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Panel Style
|
// Panel Style
|
||||||
UnityPanelWidget,
|
UnityPanelWidget,
|
||||||
.unity-panel {
|
.unity-panel {
|
||||||
background-image: linear-gradient(to bottom, #2f343f);
|
background-image: _solid(#2f343f);
|
||||||
color: lighten($panel_fg, 20%);
|
color: lighten($panel_fg, 20%);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ UnityPanelWidget,
|
|||||||
.unity-panel.menubar .menuitem *:hover {
|
.unity-panel.menubar .menuitem *:hover {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
color: $selected_fg_color;
|
color: $selected_fg_color;
|
||||||
background-image: linear-gradient(to bottom, $selected_bg_color);
|
background-image: _solid($selected_bg_color);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user