mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-10 10:06:52 +01:00
Move some IE8-specific style to legacy_browser plugin
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
* See http://creativecommons.org/licenses/by-sa/3.0/ for details.
|
||||
*/
|
||||
|
||||
.ie8 .minimal #taskbar .tooltip:after {
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
input.button {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0);
|
||||
}
|
||||
|
||||
@@ -861,15 +861,11 @@ a.iconlink.upload {
|
||||
border-width: 0 4px 4px;
|
||||
border-color: #888 transparent;
|
||||
/* reduce the damage in FF3.0 */
|
||||
display: block;
|
||||
display: block;
|
||||
width: 0;
|
||||
z-index: 251;
|
||||
}
|
||||
|
||||
.ie8 .minimal #taskbar .tooltip:after {
|
||||
top: -6px;
|
||||
}
|
||||
|
||||
.minimal #taskbar a:hover .tooltip {
|
||||
display: block;
|
||||
top: 39px;
|
||||
|
||||
Reference in New Issue
Block a user