]> 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 1950408f040aac15c5e189ee21e3d81dceda2445..0f074333d1d3f2e4be847867dd4e23975c278d4d 100644 (file)
@@ -65,3 +65,20 @@ 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;
+}