comparison 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
comparison
equal deleted inserted replaced
90:9729ed7171a6 91:5f845345176e
844 } 844 }
845 845
846 846
847 /* Misc */ 847 /* Misc */
848 848
849 .selected_widget { 849 .selected_widget .widgetHeader {
850 /* this property is set when a widget is the current target of the uniBox 850 /* this property is set when a widget is the current target of the uniBox
851 * (messages entered in unibox will be sent to this widget) 851 * (messages entered in unibox will be sent to this widget)
852 */ 852 */
853 border: 3px dashed red; 853 background: #cf2828 !important;
854 } 854 }
855 855
856 .infoFrame { 856 .infoFrame {
857 position: relative; 857 position: relative;
858 width: 100%; 858 width: 100%;