Hallo,
ich Nerve ungern aber das nervt mich ne halbe eweigkeit schon.
ich habe folgenden Code für meine Lesezeichenleiste
CSS
toolbarbutton.bookmark-item{
background-color: #fff !important;
margin-bottom:5px !important;
margin-top:5px !important;
margin-right:2px !important;
padding-right:5px !important;
-moz-appearance: none !important;
border: 1px solid #dadbdc !important;
border-radius: 4px;
}
toolbarbutton.bookmark-item:hover{
background-color: #ffffff!important;
-moz-appearance: none !important;
border: 1px solid #ff9500 !important; }
Alles anzeigen
Das Problem ist bei klick wird kleine gelbe OrdnerIcon mit dem passenden text daneben leicht nach unten rechts verschoben.
weis jemand wie ich das weg bekomme ?