diff public/libervia.css @ 91:5f845345176e

browser side: selecting widget now change header color instead of dashed borders
author Goffi <goffi@goffi.org>
date Tue, 28 Jun 2011 02:20:02 +0200
parents 8d2c7be09eef
children bd0ca532fdf9
line wrap: on
line diff
--- a/public/libervia.css	Tue Jun 28 01:54:36 2011 +0200
+++ b/public/libervia.css	Tue Jun 28 02:20:02 2011 +0200
@@ -846,11 +846,11 @@
 
 /* Misc */
 
-.selected_widget {
+.selected_widget .widgetHeader  {
     /* this property is set when a widget is the current target of the uniBox
      * (messages entered in unibox will be sent to this widget)
      */
-    border: 3px dashed red;
+    background: #cf2828 !important;
 }
 
 .infoFrame {