clean tooltip : remove drooling edge
This commit is contained in:
parent
1457b5d6d7
commit
1da6a2bcee
@ -3557,16 +3557,24 @@ table.valid {
|
|||||||
div.ui-tooltip {
|
div.ui-tooltip {
|
||||||
max-width: <?php print dol_size(600, 'width'); ?>px !important;
|
max-width: <?php print dol_size(600, 'width'); ?>px !important;
|
||||||
}
|
}
|
||||||
.mytooltip {
|
div.ui-tooltip.mytooltip {
|
||||||
border-top: solid 1px #BBBBBB;
|
border: none !important;
|
||||||
border-<?php print $left; ?>: solid 1px #BBBBBB;
|
padding: 10px 15px;
|
||||||
border-<?php print $right; ?>: solid 1px #444444;
|
|
||||||
border-bottom: solid 1px #444444;
|
|
||||||
padding: 5px 20px;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-shadow: 0 0 4px grey;
|
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
font-stretch: condensed;
|
font-stretch: condensed;
|
||||||
|
|
||||||
|
-moz-box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
-webkit-box-shadow:0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
-o-box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
|
||||||
|
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
|
||||||
|
|
||||||
|
background: <?php print $toolTipBgColor; ?> !important;
|
||||||
|
color : <?php print $toolTipFontColor; ?>;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -5679,4 +5687,4 @@ div.tabsElem a.tab {
|
|||||||
min-width: auto;
|
min-width: auto;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -57,6 +57,8 @@ $colortextlink='0,0,100';
|
|||||||
$fontsize='0.86em';
|
$fontsize='0.86em';
|
||||||
$fontsizesmaller='0.75em';
|
$fontsizesmaller='0.75em';
|
||||||
$topMenuFontSize='1.1em';
|
$topMenuFontSize='1.1em';
|
||||||
|
$toolTipBgColor='rgba(255, 255, 255, 0.96);';
|
||||||
|
$toolTipFontColor='#333';
|
||||||
|
|
||||||
if (defined('THEME_ONLY_CONSTANT')) return;
|
if (defined('THEME_ONLY_CONSTANT')) return;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user