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