mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
fixes #1251 empty tooltip removed
removed empty tooltip when hovering dropdown and remove text decoration underlien when hovering dropdown too
This commit is contained in:
@@ -124,14 +124,6 @@ jQuery(document).ready(function() {
|
||||
}
|
||||
});
|
||||
});
|
||||
jQuery('.showInfo').tipTip({
|
||||
'delay' : 0,
|
||||
'fadeIn' : 200,
|
||||
'fadeOut' : 200,
|
||||
'maxWidth':'300px',
|
||||
'keepAlive':true,
|
||||
'activation':'click'
|
||||
});
|
||||
jQuery('.fullInfo').tipTip({
|
||||
'delay' : 500,
|
||||
'fadeIn' : 200,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
[class*="icon-"]:before { text-decoration:none !important; }
|
||||
|
||||
.showInfo { font-size:15px;cursor:pointer;line-height:15px; display: flex; align-items: center;}
|
||||
|
||||
.showInfo:hover { text-decoration: none;}
|
||||
/* .Content is on every pages so it is common and it will no longer be a specific css */
|
||||
.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
|
||||
.content form { text-align: left; margin-left: 7px; margin-right: 9px;}
|
||||
|
||||
Reference in New Issue
Block a user