summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/panel.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/css/panel.css b/css/panel.css
new file mode 100644
index 000000000..23b52705e
--- /dev/null
+++ b/css/panel.css
@@ -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;
+ }