popover .app-notification tooltip enhancements

This commit is contained in:
Adriano Moura 2016-11-30 02:29:49 -02:00
parent 15844f8066
commit 0b774298a4

View File

@ -1186,31 +1186,42 @@ frame toolbar {
} }
/******************* /*************************************************
* tooltip popover * * tooltip popover app-notification floating-bar *
*******************/ *************************************************/
tooltip decoration { .floating-bar,
border: 0px; .app-notification,
popover,
popover.background,
tooltip.background,
tooltip {
background-color: @theme_tooltip_bg_color;
color: @theme_tooltip_fg_color;
border: 1px solid black;
box-shadow: none; box-shadow: none;
padding: 0px;
margin: 0px;
}
popover {
padding: 6px;
} }
.floating-bar, .floating-bar,
.app-notification,
popover {
padding: 5px;
margin: 2px;
}
popover, popover,
popover.background, popover.background,
tooltip.background, tooltip.background,
tooltip { tooltip {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
border: 1px solid black; }
background-color: @theme_tooltip_bg_color;
color: @theme_tooltip_fg_color; tooltip decoration {
border: 0px;
box-shadow: none;
padding: 0px;
margin: 0px;
} }
tooltip * { tooltip * {
@ -1248,15 +1259,6 @@ overlay.osd {
} }
/********************
* app notification *
********************/
.app-notification {
background-color: @base_color;
}
/****************************** /******************************
* destructive action buttons * * destructive action buttons *
******************************/ ******************************/