mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Gnome: Improve appearance of tooltips and app-notifications
This commit is contained in:
112
gtk-3.0/gtk.css
112
gtk-3.0/gtk.css
@@ -111,7 +111,7 @@ read if you used those and something break with a version upgrade you're on your
|
||||
.app-notification.frame {
|
||||
padding: 10px;
|
||||
border-radius: 0 0 5px 5px;
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
|
||||
background-clip: padding-box; }
|
||||
.app-notification:backdrop,
|
||||
@@ -237,8 +237,8 @@ assistant .sidebar label.highlight {
|
||||
.app-notification,
|
||||
.app-notification.frame, .osd .scale-popup, .csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier, .csd popover.background.osd, popover.background.osd, .osd {
|
||||
color: #fefefe;
|
||||
border: none;
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
border: 1px solid #171e27;
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -439,7 +439,7 @@ button.osd {
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -454,7 +454,7 @@ button.osd {
|
||||
button.osd:hover {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 69, 86, 0.98), rgba(51, 69, 86, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -467,7 +467,7 @@ button.osd {
|
||||
button.osd:checked {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(40, 54, 67, 0.98), rgba(40, 54, 67, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: none;
|
||||
@@ -478,9 +478,9 @@ button.osd {
|
||||
|
||||
button.osd:disabled:backdrop,
|
||||
button.osd:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -490,7 +490,7 @@ button.osd {
|
||||
button.osd:backdrop {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(28, 38, 47, 0.98), rgba(28, 38, 47, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -503,7 +503,7 @@ button.osd {
|
||||
button {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -514,7 +514,7 @@ button {
|
||||
button:hover {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 69, 86, 0.98), rgba(51, 69, 86, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -531,7 +531,7 @@ button {
|
||||
button:checked {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(40, 54, 67, 0.98), rgba(40, 54, 67, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: none;
|
||||
@@ -542,9 +542,9 @@ button {
|
||||
button:disabled:backdrop,
|
||||
.osd
|
||||
button:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -554,7 +554,7 @@ button {
|
||||
button:backdrop {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(28, 38, 47, 0.98), rgba(28, 38, 47, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -564,7 +564,7 @@ button {
|
||||
button.flat {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -578,7 +578,7 @@ button {
|
||||
button.flat.image-button {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -589,7 +589,7 @@ button {
|
||||
button.flat:hover {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 69, 86, 0.98), rgba(51, 69, 86, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -598,9 +598,9 @@ button {
|
||||
.app-notification button.flat:disabled, popover.background.touch-selection button.flat:disabled, popover.background.magnifier button.flat:disabled,
|
||||
.osd
|
||||
button.flat:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -613,7 +613,7 @@ button {
|
||||
button.flat:backdrop {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(28, 38, 47, 0.98), rgba(28, 38, 47, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -625,7 +625,7 @@ button {
|
||||
button.flat:checked {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(40, 54, 67, 0.98), rgba(40, 54, 67, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: none;
|
||||
@@ -768,9 +768,9 @@ button.suggested-action {
|
||||
.osd
|
||||
button.suggested-action:disabled:backdrop, .osd
|
||||
button.suggested-action:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -921,9 +921,9 @@ button.destructive-action {
|
||||
.osd
|
||||
button.destructive-action:disabled:backdrop, .osd
|
||||
button.destructive-action:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -1887,9 +1887,9 @@ entry {
|
||||
-gtk-icon-shadow: none; }
|
||||
.osd spinbutton:disabled:not(.vertical), .osd
|
||||
entry:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(43, 46, 49, 0.5);
|
||||
background-color: rgba(51, 60, 68, 0.5);
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -3474,54 +3474,54 @@ scale {
|
||||
.osd scale slider {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black;
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: #14171a; }
|
||||
background-color: #1c262f; }
|
||||
.osd scale slider:hover {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 69, 86, 0.98), rgba(51, 69, 86, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
-gtk-icon-shadow: 0 1px black;
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
background-color: #14171a; }
|
||||
background-color: #1c262f; }
|
||||
.osd scale slider:active {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(40, 54, 67, 0.98), rgba(40, 54, 67, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
outline-color: rgba(254, 254, 254, 0.3);
|
||||
background-color: #14171a; }
|
||||
background-color: #1c262f; }
|
||||
.osd scale slider:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
background-color: #14171a; }
|
||||
background-color: #1c262f; }
|
||||
.osd scale slider:backdrop {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(28, 38, 47, 0.98), rgba(28, 38, 47, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
background-color: #14171a; }
|
||||
background-color: #1c262f; }
|
||||
.osd scale slider:backdrop:disabled {
|
||||
background-color: #14171a; }
|
||||
background-color: #1c262f; }
|
||||
scale value {
|
||||
color: alpha(currentColor,0.4); }
|
||||
scale marks {
|
||||
@@ -4218,7 +4218,7 @@ spinbutton:not(.vertical) {
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.5);
|
||||
-gtk-icon-shadow: none;
|
||||
box-shadow: none; }
|
||||
@@ -4262,7 +4262,7 @@ spinbutton.vertical button.down {
|
||||
.osd spinbutton.vertical button:first-child {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -4271,7 +4271,7 @@ spinbutton.vertical button.down {
|
||||
.osd spinbutton.vertical button:first-child:hover {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 69, 86, 0.98), rgba(51, 69, 86, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -4280,16 +4280,16 @@ spinbutton.vertical button.down {
|
||||
.osd spinbutton.vertical button:first-child:active {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(40, 54, 67, 0.98), rgba(40, 54, 67, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
outline-color: rgba(254, 254, 254, 0.3); }
|
||||
.osd spinbutton.vertical button:first-child:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -4297,7 +4297,7 @@ spinbutton.vertical button.down {
|
||||
.osd spinbutton.vertical button:first-child:backdrop {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(20, 23, 26, 0.8), rgba(20, 23, 26, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(28, 38, 47, 0.98), rgba(28, 38, 47, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
@@ -4410,7 +4410,7 @@ toolbar {
|
||||
padding: 13px;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
background-color: rgba(20, 23, 26, 0.8); }
|
||||
background-color: rgba(28, 38, 47, 0.98); }
|
||||
toolbar.osd.left, toolbar.osd.right, toolbar.osd.top, toolbar.osd.bottom {
|
||||
border-radius: 0; }
|
||||
toolbar.horizontal separator {
|
||||
@@ -4456,11 +4456,11 @@ searchbar {
|
||||
tooltip {
|
||||
padding: 4px;
|
||||
/* not working */
|
||||
border-radius: 5px;
|
||||
border-radius: 4px;
|
||||
box-shadow: none;
|
||||
text-shadow: 0 1px black; }
|
||||
tooltip.background {
|
||||
background-color: rgba(0, 0, 0, 0.8);
|
||||
background-color: #182129;
|
||||
background-clip: padding-box;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1); }
|
||||
tooltip decoration {
|
||||
@@ -6202,7 +6202,7 @@ ConversationListView {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 0px;
|
||||
border-style: none;
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border: solid rgba(0, 0, 0, 0.1);
|
||||
@@ -6211,7 +6211,7 @@ ConversationListView {
|
||||
#buttonbox_frame button {
|
||||
color: #fefefe;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-color: rgba(20, 23, 26, 0.8);
|
||||
background-color: rgba(28, 38, 47, 0.98);
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -6220,7 +6220,7 @@ ConversationListView {
|
||||
#buttonbox_frame button:hover {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(47, 54, 61, 0.8), rgba(47, 54, 61, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 69, 86, 0.98), rgba(51, 69, 86, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: 0 1px black;
|
||||
@@ -6229,16 +6229,16 @@ ConversationListView {
|
||||
#buttonbox_frame button:active, #buttonbox_frame button:checked {
|
||||
color: white;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(33, 38, 43, 0.8), rgba(33, 38, 43, 0.8));
|
||||
background-image: linear-gradient(to bottom, rgba(40, 54, 67, 0.98), rgba(40, 54, 67, 0.98));
|
||||
background-clip: padding-box;
|
||||
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
|
||||
text-shadow: none;
|
||||
-gtk-icon-shadow: none;
|
||||
outline-color: rgba(254, 254, 254, 0.3); }
|
||||
#buttonbox_frame button:disabled {
|
||||
color: #898b8c;
|
||||
color: #8d9297;
|
||||
border-color: rgba(0, 0, 0, 0.7);
|
||||
background-image: linear-gradient(to bottom, rgba(43, 46, 49, 0.5), rgba(43, 46, 49, 0.5));
|
||||
background-image: linear-gradient(to bottom, rgba(51, 60, 68, 0.5), rgba(51, 60, 68, 0.5));
|
||||
background-clip: padding-box;
|
||||
box-shadow: none;
|
||||
text-shadow: none;
|
||||
|
||||
Reference in New Issue
Block a user