popover .app-notification tooltip enhancements

This commit is contained in:
Adriano Moura 2016-11-30 02:29:49 -02:00
parent 15844f8066
commit 0b774298a4
1 changed files with 25 additions and 23 deletions

View File

@ -1186,31 +1186,42 @@ frame toolbar {
}
/*******************
* tooltip popover *
*******************/
/*************************************************
* tooltip popover app-notification floating-bar *
*************************************************/
tooltip decoration {
border: 0px;
.floating-bar,
.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;
padding: 0px;
margin: 0px;
}
popover {
padding: 6px;
}
.floating-bar,
.app-notification,
popover {
padding: 5px;
margin: 2px;
}
popover,
popover.background,
tooltip.background,
tooltip {
padding: 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 * {
@ -1248,15 +1259,6 @@ overlay.osd {
}
/********************
* app notification *
********************/
.app-notification {
background-color: @base_color;
}
/******************************
* destructive action buttons *
******************************/