Initial patch.
[vuplus_webkit] / Websites / bugs.webkit.org / skins / standard / panel.css
diff --git a/Websites/bugs.webkit.org/skins/standard/panel.css b/Websites/bugs.webkit.org/skins/standard/panel.css
new file mode 100644 (file)
index 0000000..23b5270
--- /dev/null
@@ -0,0 +1,37 @@
+body
+  {
+    font-family:       sans-serif;
+    font-size:        10pt;
+    background-color:  white;
+  }
+
+ul
+  {
+    padding-left: 12px;
+  }
+
+radio
+  {
+    -moz-user-select: ignore;
+  }
+
+.text-link
+  {
+    margin-left:      3px;
+  }
+
+.text-link:hover
+  {
+    text-decoration:  underline;
+    cursor:           pointer;
+  }
+
+.descriptive-content
+  {
+    color:            #AAAAAA;
+  }
+
+.descriptive-content[focused=true]
+  {
+    color:            black;
+  }