зеркало из https://github.com/mozilla/pjs.git
Bug 395248 - "Larry UI looks like two textboxes: needs to be a button, differentiable from URL in location bar" [p=dao r=Mano a=blocking-firefox3+ for M9]
This commit is contained in:
Родитель
d773181a4f
Коммит
0997d5aa55
|
@ -1835,28 +1835,40 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] {
|
|||
/* ::::: Identity Indicator Styling ::::: */
|
||||
/* Location bar visuals*/
|
||||
#identity-box {
|
||||
border-right: 1px solid #888;
|
||||
background-color: white;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#identity-box:hover {
|
||||
opacity: 1.0;
|
||||
cursor: help;
|
||||
background-color: ThreeDFace;
|
||||
%ifdef MOZ_WIDGET_GTK2
|
||||
-moz-border-end: 1px solid ThreeDShadow;
|
||||
%else
|
||||
-moz-appearance: toolbox;
|
||||
outline: 1px solid ThreeDShadow;
|
||||
%endif
|
||||
}
|
||||
|
||||
#identity-box.verifiedIdentity {
|
||||
background-color: #BFA;
|
||||
%ifdef MOZ_WIDGET_GTK2
|
||||
border-color: highlight;
|
||||
%else
|
||||
outline-color: highlight;
|
||||
%endif
|
||||
}
|
||||
|
||||
#identity-box:hover {
|
||||
%ifdef MOZ_WIDGET_GTK2
|
||||
border-color: ThreeDDarkShadow;
|
||||
%else
|
||||
outline-color: ThreeDDarkShadow;
|
||||
%endif
|
||||
}
|
||||
|
||||
#identity-icon-label {
|
||||
padding: 1px 2px 2px;
|
||||
margin: 0;
|
||||
color: black;
|
||||
vertical-align: middle;
|
||||
padding: 0 2px;
|
||||
margin: 0;
|
||||
cursor: inherit;
|
||||
}
|
||||
|
||||
.unknownIdentity > #identity-icon-label {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Popup Icons */
|
||||
|
|
Загрузка…
Ссылка в новой задаче