You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2015/12/13 16:14:54 UTC

[whimsy.git] [26/37] Commit fd4ea3e: add in stylesheet

Commit fd4ea3ece79e1f111956254bbdbf79bcff89199d:
    add in stylesheet


Branch: refs/heads/secmail
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
public/secmail.css                                           | ++++++++++++ 
------------------------------------------------------------
12 changes: 12 additions, 0 deletions.
------------------------------------------------------------


diff --git a/public/secmail.css b/public/secmail.css
new file mode 100644
index 0000000..e79a1be
--- /dev/null
+++ b/public/secmail.css
@@ -0,0 +1,12 @@
+#index td:nth-child(2), #index th:nth-child(2) {
+  padding-right: 7px;
+  padding-left: 7px;
+}
+
+.selected {
+  background-color: yellow;
+}
+
+.deleted {
+  opacity: 0.5;
+}