Mercurial > libervia-web
changeset 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 | 9729ed7171a6 |
children | dd54bc13ac81 |
files | public/libervia.css |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 {