mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Improve buttons look
This commit is contained in:
174
gtk-3.0/gtk.css
174
gtk-3.0/gtk.css
@@ -269,8 +269,7 @@ button {
|
||||
font-weight: bold;
|
||||
color: #C3C7D1;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
notebook > header > tabs > arrow,
|
||||
button.flat {
|
||||
background-color: transparent;
|
||||
@@ -309,7 +308,6 @@ button {
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #1a1d2b;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
|
||||
transition: 200ms ease-out;
|
||||
-gtk-icon-effect: none; }
|
||||
notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked, notebook > header > tabs > arrow:backdrop:active, notebook > header > tabs > arrow:backdrop:checked,
|
||||
@@ -320,8 +318,7 @@ button {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label, notebook > header > tabs > arrow:backdrop:active label, notebook > header > tabs > arrow:backdrop:checked label,
|
||||
button:backdrop.flat:active label,
|
||||
button:backdrop.flat:checked label,
|
||||
@@ -334,8 +331,7 @@ button {
|
||||
color: #a1a5b0;
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #171a26;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked, notebook > header > tabs > arrow:backdrop:disabled:active, notebook > header > tabs > arrow:backdrop:disabled:checked,
|
||||
button:backdrop.flat:disabled:active,
|
||||
button:backdrop.flat:disabled:checked,
|
||||
@@ -344,8 +340,7 @@ button {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:disabled, notebook > header > tabs > arrow:backdrop:disabled,
|
||||
button.flat:backdrop,
|
||||
button.flat:disabled,
|
||||
@@ -361,16 +356,14 @@ button {
|
||||
color: #a1a5b0;
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #171a26;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
notebook > header > tabs > arrow:disabled:active, notebook > header > tabs > arrow:disabled:checked,
|
||||
button:disabled:active,
|
||||
button:disabled:checked {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
notebook > header > tabs > arrow:disabled:active label, notebook > header > tabs > arrow:disabled:checked label,
|
||||
button:disabled:active label,
|
||||
button:disabled:checked label {
|
||||
@@ -380,12 +373,19 @@ button {
|
||||
min-width: 24px;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px; }
|
||||
notebook > header > tabs > arrow.image-button.circular, notebook > header > tabs > arrow.image-button.sidebar-button,
|
||||
button.image-button.circular,
|
||||
button.image-button.sidebar-button {
|
||||
padding: 6px 4px;
|
||||
border-radius: 50px;
|
||||
box-shadow: none; }
|
||||
notebook > header > tabs > arrow.image-button.circular, notebook > header > tabs > arrow.image-button.sidebar-button,
|
||||
button.image-button.circular,
|
||||
button.image-button.sidebar-button {
|
||||
padding: 6px 4px;
|
||||
border-radius: 50px;
|
||||
box-shadow: none; }
|
||||
notebook > header > tabs > arrow.image-button.sidebar-button,
|
||||
button.image-button.sidebar-button {
|
||||
background-color: #252a3e;
|
||||
color: #fff; }
|
||||
notebook > header > tabs > arrow.image-button.sidebar-button:hover,
|
||||
button.image-button.sidebar-button:hover {
|
||||
background-color: #c50ed2; }
|
||||
notebook > header > tabs > arrow.text-button,
|
||||
button.text-button {
|
||||
padding-left: 16px;
|
||||
@@ -633,8 +633,7 @@ button.suggested-action {
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.selection-mode button.titlebutton:backdrop label,
|
||||
button.suggested-action:backdrop label,
|
||||
button.suggested-action.flat:backdrop label {
|
||||
@@ -647,8 +646,7 @@ button.suggested-action {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.selection-mode button.titlebutton:backdrop:active label, .selection-mode button.titlebutton:backdrop:checked label,
|
||||
button.suggested-action:backdrop:active label,
|
||||
button.suggested-action:backdrop:checked label,
|
||||
@@ -661,8 +659,7 @@ button.suggested-action {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.selection-mode button.titlebutton:backdrop:disabled label,
|
||||
button.suggested-action:backdrop:disabled label,
|
||||
button.suggested-action.flat:backdrop:disabled label {
|
||||
@@ -675,8 +672,7 @@ button.suggested-action {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.selection-mode button.titlebutton:backdrop, .selection-mode button.titlebutton:disabled, .selection-mode button.titlebutton:backdrop:disabled,
|
||||
button.suggested-action.flat:backdrop,
|
||||
button.suggested-action.flat:disabled,
|
||||
@@ -693,16 +689,14 @@ button.suggested-action {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.suggested-action:disabled:active,
|
||||
button.suggested-action:disabled:checked {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.suggested-action:disabled:active label,
|
||||
button.suggested-action:disabled:checked label {
|
||||
@@ -792,8 +786,7 @@ button.destructive-action {
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.destructive-action:backdrop label,
|
||||
button.destructive-action.flat:backdrop label {
|
||||
@@ -806,8 +799,7 @@ button.destructive-action {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.destructive-action:backdrop:active label,
|
||||
button.destructive-action:backdrop:checked label,
|
||||
@@ -820,8 +812,7 @@ button.destructive-action {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.destructive-action:backdrop:disabled label,
|
||||
button.destructive-action.flat:backdrop:disabled label {
|
||||
@@ -834,8 +825,7 @@ button.destructive-action {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #c50ed2;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.destructive-action.flat:backdrop,
|
||||
button.destructive-action.flat:disabled,
|
||||
@@ -852,16 +842,14 @@ button.destructive-action {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.destructive-action:disabled:active,
|
||||
button.destructive-action:disabled:checked {
|
||||
color: rgba(254, 254, 254, 0.7);
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
button.destructive-action:disabled:active label,
|
||||
button.destructive-action:disabled:checked label {
|
||||
@@ -978,15 +966,13 @@ toolbar button:hover {
|
||||
font-weight: bold;
|
||||
color: #C3C7D1;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
toolbar button:active {
|
||||
font-weight: bold;
|
||||
color: #C3C7D1;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
.inline-toolbar toolbutton > button {
|
||||
background-color: transparent;
|
||||
@@ -1122,9 +1108,9 @@ button.color {
|
||||
border-radius: 0; }
|
||||
|
||||
notebook button, list button, .view button, iconview button, popover button {
|
||||
box-shadow: inset 0px 0px 0px 1px rgba(238, 238, 238, 0.1); }
|
||||
box-shadow: none; }
|
||||
notebook button:backdrop, list button:backdrop, .view button:backdrop, iconview button:backdrop, popover button:backdrop {
|
||||
box-shadow: inset 0px 0px 0px 1px rgba(238, 238, 238, 0.1); }
|
||||
box-shadow: none; }
|
||||
|
||||
notebook .linked > button, list .linked > button, .view .linked > button, iconview .linked > button, popover .linked > button {
|
||||
box-shadow: none; }
|
||||
@@ -1627,8 +1613,7 @@ colorswatch#add-color-button {
|
||||
font-weight: bold;
|
||||
color: #C3C7D1;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
colorswatch#add-color-button overlay:hover {
|
||||
color: #C3C7D1;
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
@@ -1638,8 +1623,7 @@ colorswatch#add-color-button {
|
||||
color: #a1a5b0;
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #1a1d2b;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
colorswatch:disabled {
|
||||
opacity: 0.5; }
|
||||
@@ -2412,7 +2396,6 @@ headerbar {
|
||||
color: white;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: none; }
|
||||
.titlebar button.suggested-action:hover,
|
||||
headerbar button.suggested-action:hover {
|
||||
@@ -2431,8 +2414,7 @@ headerbar {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.titlebar button.suggested-action:disabled label,
|
||||
headerbar button.suggested-action:disabled label {
|
||||
color: rgba(255, 255, 255, 0.5); }
|
||||
@@ -2442,15 +2424,13 @@ headerbar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 3px; }
|
||||
.titlebar button.suggested-action:backdrop:disabled,
|
||||
headerbar button.suggested-action:backdrop:disabled {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #00c1e4;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.titlebar button.destructive-action,
|
||||
headerbar button.destructive-action {
|
||||
font-weight: bold;
|
||||
@@ -2462,7 +2442,6 @@ headerbar {
|
||||
color: white;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: none; }
|
||||
.titlebar button.destructive-action:hover,
|
||||
headerbar button.destructive-action:hover {
|
||||
@@ -2481,8 +2460,7 @@ headerbar {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.titlebar button.destructive-action:disabled label,
|
||||
headerbar button.destructive-action:disabled label {
|
||||
color: rgba(255, 255, 255, 0.5); }
|
||||
@@ -2492,15 +2470,13 @@ headerbar {
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 3px; }
|
||||
.titlebar button.destructive-action:backdrop:disabled,
|
||||
headerbar button.destructive-action:backdrop:disabled {
|
||||
color: white;
|
||||
outline-color: rgba(255, 255, 255, 0.3);
|
||||
background-color: #ce1138;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
.titlebar button.titlebutton,
|
||||
headerbar button.titlebutton {
|
||||
color: transparent;
|
||||
@@ -2846,6 +2822,8 @@ row {
|
||||
background-color: rgba(197, 14, 210, 0.5); }
|
||||
row.activatable:selected:backdrop {
|
||||
background-color: rgba(197, 14, 210, 0.6); }
|
||||
row.activatable button:not(.image-button) {
|
||||
background-color: transparent; }
|
||||
|
||||
/*********
|
||||
* Menus *
|
||||
@@ -4055,39 +4033,37 @@ stacksidebar row {
|
||||
placessidebar.sidebar {
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #171e27 40px, #161925 35px, #161925 36px, #161925 36px, #161925 99%, #161925 100%); }
|
||||
placessidebar.sidebar row.sidebar-row {
|
||||
margin-right: -14px; }
|
||||
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon {
|
||||
margin-left: -14px;
|
||||
margin-right: 12px;
|
||||
padding-left: 14px;
|
||||
padding-right: 12px;
|
||||
color: #9ecfa2; }
|
||||
placessidebar.sidebar row.sidebar-row:hover {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
color: rgba(0, 0, 0, 0.76);
|
||||
background-color: transparent;
|
||||
/*rgba(65,67,75,0.4); */
|
||||
background-image: linear-gradient(to right, rgba(65, 67, 75, 0) 40px, rgba(0, 0, 0, 0.12) 40px, rgba(0, 0, 0, 0.12) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:active:hover {
|
||||
color: rgba(0, 0, 0, 0.76);
|
||||
background-color: rgba(0, 0, 0, 0.23); }
|
||||
placessidebar.sidebar row.sidebar-row:selected {
|
||||
color: rgba(255, 255, 255, 0.938);
|
||||
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon {
|
||||
margin-left: -14px;
|
||||
margin-right: 12px;
|
||||
padding-left: 14px;
|
||||
padding-right: 12px;
|
||||
color: #9ecfa2; }
|
||||
placessidebar.sidebar row.sidebar-row:hover {
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
color: rgba(0, 0, 0, 0.76);
|
||||
background-color: transparent;
|
||||
/*rgba(65,67,75,0.4); */
|
||||
background-image: linear-gradient(to right, rgba(65, 67, 75, 0) 40px, rgba(0, 0, 0, 0.12) 40px, rgba(0, 0, 0, 0.12) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:active:hover {
|
||||
color: rgba(0, 0, 0, 0.76);
|
||||
background-color: rgba(0, 0, 0, 0.23); }
|
||||
placessidebar.sidebar row.sidebar-row:selected {
|
||||
color: rgba(255, 255, 255, 0.938);
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:hover {
|
||||
color: #ffffff;
|
||||
background-color: rgba(0, 0, 0, 0.24); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
|
||||
color: #ffffff; }
|
||||
placessidebar.sidebar row.sidebar-row:selected:backdrop {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:hover {
|
||||
color: #ffffff;
|
||||
background-color: rgba(0, 0, 0, 0.24); }
|
||||
placessidebar.sidebar row.sidebar-row:selected:hover .sidebar-icon {
|
||||
color: #ffffff; }
|
||||
placessidebar.sidebar row.sidebar-row:selected:backdrop {
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
background-color: transparent;
|
||||
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
|
||||
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
|
||||
color: inherit; }
|
||||
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
|
||||
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
|
||||
color: inherit; }
|
||||
|
||||
placessidebar list {
|
||||
background-color: transparent; }
|
||||
@@ -5946,8 +5922,7 @@ ConversationListView {
|
||||
font-weight: bold;
|
||||
color: #C3C7D1;
|
||||
background-color: #181b28;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
#content_frame button:hover {
|
||||
color: #C3C7D1;
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
@@ -5962,8 +5937,7 @@ ConversationListView {
|
||||
color: #a1a5b0;
|
||||
outline-color: rgba(195, 199, 209, 0.3);
|
||||
background-color: #171a26;
|
||||
text-shadow: none;
|
||||
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.1); }
|
||||
text-shadow: none; }
|
||||
|
||||
#buttonbox_frame {
|
||||
padding-top: 20px;
|
||||
|
||||
Reference in New Issue
Block a user