]> 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 8493fedbf05e18c214eccb849b8fb40f0bc7f156..0f074333d1d3f2e4be847867dd4e23975c278d4d 100644 (file)
@@ -60,3 +60,25 @@ div.message.action span.message::before {
 ::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;
+}