]> git.0d.be Git - empathy.git/blobdiff - data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css
add timestamp to classic style
[empathy.git] / data / themes / Classic.AdiumMessageStyle / Contents / Resources / main.css
index a127f6ca926aa45a6d1a6ae920360234a106c2c6..0f074333d1d3f2e4be847867dd4e23975c278d4d 100644 (file)
@@ -56,3 +56,29 @@ div.message.action span.message::before {
 .message.action .actionMessageBody::after {
   content: " ";
 }
+
+::selection {
+  background: #4a90d9;
+}
+
+div.message {
+  padding: 0.3ex 0;
+  line-height: 130%;
+}
+
+span.timestamp {
+  color: black;
+  opacity: 0.2;
+  position: absolute;
+  right: 2px;
+  font-size: small;
+  -webkit-transition: all .2s ease-in-out;
+  border-radius: 3px;
+}
+
+span.timestamp:hover {
+  opacity: 0.8;
+  background: #666;
+  color: #eee;
+  z-index: 1000;
+}