This commit is contained in:
Laurent Destailleur 2020-09-13 15:21:45 +02:00
parent f9af7bc114
commit 3585d3d52f
3 changed files with 28 additions and 4 deletions

View File

@ -4197,7 +4197,7 @@ div.ui-tooltip.mytooltip {
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
background: var(--tooltipbgcolor) !important;
color : var(--tooltipfontcolor);
line-height: 1.8em;
line-height: 1.6em;
}

View File

@ -218,7 +218,7 @@ a.top-menu-dropdown-link {
.dropdown-menu .dropdown-header{
padding: 5px 10px 10px 10px;
padding: 8px 10px 10px 10px;
}
.dropdown-menu > .user-footer {
@ -232,6 +232,8 @@ a.top-menu-dropdown-link {
.dropdown-menu > .bookmark-footer{
border-top: 1px solid #f0f0f0;
background-color: #f9f9f9;
padding: 10px;
}

View File

@ -4093,17 +4093,20 @@ div.ui-tooltip {
max-width: <?php print dol_size(600, 'width'); ?>px !important;
}
.mytooltip {
div.ui-tooltip.mytooltip {
width: <?php print dol_size(450, 'width'); ?>px;
border-top: solid 1px #BBBBBB;
border-<?php print $left; ?>: solid 1px #BBBBBB;
border-<?php print $right; ?>: solid 1px #444444;
border-bottom: solid 1px #444444;
padding: 5px 20px;
padding: 10px 20px;
border-radius: 0;
box-shadow: 0 0 4px grey;
margin: 2px;
font-stretch: condensed;
/*background: var(--tooltipbgcolor) !important;
color : var(--tooltipfontcolor);*/
line-height: 1.6em;
}
@ -6154,6 +6157,25 @@ border-top-right-radius: 6px;
}
/* ============================================================================== */
/* CSS style for debugbar */
/* ============================================================================== */
span.phpdebugbar-tooltip.phpdebugbar-tooltip-extra-wide, span.phpdebugbar-tooltip.phpdebugbar-tooltip-wide {
width: 250px !important;
}
.phpdebugbar-indicator span.phpdebugbar-tooltip {
opacity: .95 !important;
}
a.phpdebugbar-tab.phpdebugbar-active {
background-image: unset !important;
}
.phpdebugbar-indicator .fa {
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
/* ============================================================================== */
/* CSS style used for jFlot */
/* ============================================================================== */