summaryrefslogtreecommitdiff
path: root/demos/quickstart/themes
diff options
context:
space:
mode:
authorxue <>2005-12-29 03:28:49 +0000
committerxue <>2005-12-29 03:28:49 +0000
commitc0006cf0da8c3499060df7378cc376c98cbce7c4 (patch)
tree9a5a3c45573b328234c128a42aecc1f71ae8dd26 /demos/quickstart/themes
parent7e0b0798997b197d57d09ef5e690afdb1e6a2712 (diff)
Added TLabel samples.
Diffstat (limited to 'demos/quickstart/themes')
-rw-r--r--demos/quickstart/themes/Simple/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/demos/quickstart/themes/Simple/style.css b/demos/quickstart/themes/Simple/style.css
index a4e15ff8..2bdddae8 100644
--- a/demos/quickstart/themes/Simple/style.css
+++ b/demos/quickstart/themes/Simple/style.css
@@ -146,12 +146,18 @@ tt {
border-bottom: 1px dotted silver;
}
-.samplebar {
+.sampleheader {
background:#00487D;
color:white;
padding:3px;
}
-.samplebar a {
+.sampleheader a {
color:white;
+}
+
+.samplepanel {
+ margin: 10px;
+ border: 1px solid silver;
+ padding: 10px;
} \ No newline at end of file