From 3f370e3a51dc77e3c537afbebc9f4df5d14660ec Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Tue, 27 Nov 2012 01:38:11 +0000 Subject: [PATCH] MDL-36442 theme_boxxie: Adds definition to block header command icons --- theme/boxxie/style/core.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/boxxie/style/core.css b/theme/boxxie/style/core.css index dc85a509721..2a0420858a2 100644 --- a/theme/boxxie/style/core.css +++ b/theme/boxxie/style/core.css @@ -1047,4 +1047,14 @@ h2.headingblock { #custommenu .yui3-menuitem .yui3-menuitem-content { border-width:0; +} + +.block .header .commands .icon img { + background-color: #F3F8ED; /* adds light green background */ + border: 2px solid #3B4C25; /* adds 2px dark green border */ + border-radius: 5px; /* adds rounded corners in modern browsers */ + height: 12px; + margin-right: 3px; + padding: 2px; /* adds padding to icon */ + width: 12px; } \ No newline at end of file