Add context menu to list of calls, support archiving and deletion of messages
[infodrom/phone] / phone.css
index 7ab677c..abbe1bd 100644 (file)
--- a/phone.css
+++ b/phone.css
@@ -5,6 +5,30 @@ body {
     color: #000000;
 }
 
+span.popupTitle {
+    padding-left: 2px;
+    padding-right: 2px;
+    background: #e0e0e0;
+    font-weight: bold;
+    border-bottom: 1px solid #8f8f8f;
+    display: block;
+}
+div.popup {
+    background: #fffb71;
+    position: absolute;
+    border: 1px solid #8f8f8f;
+    z-index: 10;
+}
+span.popup {
+    padding-left: 2px;
+    padding-right: 2px;
+    cursor: default;
+    display: block;
+}
+span.popup:hover {
+    background: #96ccff;
+}
+
 div.phonelist {
     border: 1px solid #bfbfbf;
     width: 300px;