summaryrefslogtreecommitdiff
path: root/plugins/enigma/skins/larry/enigma.css
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/enigma/skins/larry/enigma.css')
-rw-r--r--plugins/enigma/skins/larry/enigma.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/plugins/enigma/skins/larry/enigma.css b/plugins/enigma/skins/larry/enigma.css
index 046697c56..0f393a022 100644
--- a/plugins/enigma/skins/larry/enigma.css
+++ b/plugins/enigma/skins/larry/enigma.css
@@ -65,10 +65,15 @@ p.enigmaattachment a {
/***** E-mail Compose Page *****/
#messagetoolbar a.button.enigma {
- text-indent: -5000px;
background: url(enigma_icons.png) center -122px no-repeat;
}
+#enigmamenu {
+ color: white;
+ padding: 2px 5px;
+}
+
+
/***** Keys/Certs Management *****/
#settings-sections .enigma.keys a {
@@ -83,6 +88,18 @@ p.enigmaattachment a {
background-repeat: no-repeat;
}
+#sections-table #rcmrowenigma .section {
+ background-image: url(enigma_icons.png);
+ background-position: 5px -297px;
+ background-repeat: no-repeat;
+}
+
+#sections-table #rcmrowenigma.selected .section {
+ background-image: url(enigma_icons.png);
+ background-position: 5px -321px;
+ background-repeat: no-repeat;
+}
+
#mainscreen.enigma #settings-sections,
#mainscreen.enigma #settings-right
{