mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Items:
* implemented enchantment conditions for meta gems * removed hardcoded static-domain in transfer-string Site: * gain rep for ACTION_REGISTER when logging in for the first time, using external auth * language-menu uses the same dropdown-icon as other menus Spell: * hide procChance of 100% or more ItemComparison: * fixed display of drag-icon * fixed single gems being moved to first empty socket in tooltips squelched some notices in quest.php and item.php
This commit is contained in:
@@ -3679,10 +3679,13 @@ a:hover.pet-zoom {
|
||||
padding: 5px 0 5px 0px;
|
||||
}
|
||||
|
||||
/* still in use */
|
||||
/* still in use, merge with .hassubmenu */
|
||||
a#toplinks-language {
|
||||
padding: 0 0 0 21px;
|
||||
background: url(../images/icons/language.gif) left center no-repeat;
|
||||
/* padding: 0 0 0 21px; */
|
||||
padding: 0 13px 0 21px;
|
||||
background-image: url(../images/icons/language.gif), url(../images/Menu/arrow-down-ffcd55.gif);
|
||||
background-position: left center, right center;
|
||||
background-repeat: no-repeat, no-repeat;
|
||||
}
|
||||
|
||||
/* the search.css is basicly empty without the styles for googleseach */
|
||||
|
||||
@@ -308,7 +308,7 @@
|
||||
}
|
||||
|
||||
.dragged {
|
||||
z-index: 1000;
|
||||
z-index: 1000 !important;
|
||||
opacity: 0.35;
|
||||
filter: alpha(opacity=35);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user