Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2015-06-25 21:17:59 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2015-06-25 21:17:59 +0300
commitd8ecc06314da431a1544c6f88fdfdec6234153b6 (patch)
treeff044663c387338d0d03ea331bab28f90d0003df /css
parentd8a776bea90714c65c247bd5407f356aa6f6e72d (diff)
Add basic route , method and icon for removing single message
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 137a4a2..4d72f9d 100644
--- a/css/style.css
+++ b/css/style.css
@@ -97,6 +97,15 @@
cursor: pointer;
}
+#ocsms-message-removal {
+ float: right;
+ margin-left: 10px;
+}
+
+#ocsms-message-removal:hover {
+ cursor: pointer;
+}
+
#ocsms-empty-conversation {
position: absolute;
text-align: center;