|
@@ -369,7 +369,13 @@ x-dialog a{
|
|
user-select: all;
|
|
user-select: all;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#receiveTextDialog #text a {
|
|
|
|
+ cursor: pointer;
|
|
|
|
+}
|
|
|
|
|
|
|
|
+#receiveTextDialog #text a:hover {
|
|
|
|
+ text-decoration: underline;
|
|
|
|
+}
|
|
|
|
|
|
/* Button */
|
|
/* Button */
|
|
|
|
|
|
@@ -552,6 +558,11 @@ input {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
+/* Generic placeholder */
|
|
|
|
+[placeholder]:empty:before {
|
|
|
|
+ content: attr(placeholder);
|
|
|
|
+}
|
|
|
|
+
|
|
/* Toast */
|
|
/* Toast */
|
|
|
|
|
|
.toast-container {
|
|
.toast-container {
|