summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorcmcnulty <cmcnulty@kznf.com>2013-11-04 07:47:22 -0600
committercmcnulty <cmcnulty@kznf.com>2013-11-04 07:47:22 -0600
commitc99901fd16d18b27af716f4ec7a4e66df6208ac4 (patch)
tree81f2c5e807f1ce6edaffcd9440ab8cb64ca439c9 /skins
parent052a6a4d653ee061f3a9ff8abdb51102d5da44ce (diff)
style for focused messages
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/styles.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index 0d7a50069..261618f7f 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1296,7 +1296,7 @@ table.records-table {
border-left: 0;
}
-.records-table tr.selected td {
+.records-table tr.selected td, .records-table tr.focused > td.focus {
color: #fff !important;
background: #019bc6;
background: -moz-linear-gradient(top, #019bc6 0%, #017cb4 100%);
@@ -1326,7 +1326,25 @@ table.records-table {
color: #ccc !important;
}
+.records-table td.focus {
+ /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
+ width: 2px;
+}
+ .records-table tr.focused > td.focus {
+ border-bottom: 1px solid #017cb4;
+ border-top: 1px double #019bc6;
+ }
+.records-table tr.selected.focused > td.focus {
+ background: none repeat scroll 0 0 white;
+ border-top: none;
+ border-bottom: 1px solid #ddd;
+}
+/*
+.records-table tr.focused > td.focus {
+ background: #019bc6 !important;
+}
+*/
/*** iFrames ***/
#aboutframe {