bug: tooltip help texts on admin dissapers intermittent - Joomla! Forum - community, help and support
steps reproduce issue
the tooltips of admin panel on mouse on dissapers , somtimen hard read, have click outside , on text other time. solve isue short code.
this happen space of chars
expected result:
i solve self, maybe urs fix this
j3.4.1 w7 localhost xampp 563 clean install
tanks liberty on world!
pd: other code me, admin panel works better.
the tooltips of admin panel on mouse on dissapers , somtimen hard read, have click outside , on text other time. solve isue short code.
this happen space of chars
expected result:
code: select all
.control-label .hastooltip {
background-color: transparent;
cursor: text;}
actual result
i solve self, maybe urs fix this
j3.4.1 w7 localhost xampp 563 clean install
tanks liberty on world!
pd: other code me, admin panel works better.
code: select all
#sbox-window{
width:95%!important;
height:95%!important;
left: 1.5% !important;
top: 2% !important;
position:fixed!important;}
#sbox-content > iframe:nth-child(1){
width: 99%;
height: 100%;}
.header{
position:fixed;
top:16px;
width:100%;
margin-left:27px;
padding:0px;
background-color: transparent;z-index:1000;
border-top:0px solid #000;}
#status{
box-shadow:none;}
.page-title{
z-index:2031;color:#f00;font-size: 8px;}
@media (max-width:767px){.page-title{display:none !important}}
Comments
Post a Comment