Bug 402992 - Do not switch to a hand cursor on favicon hover. r=mano, ui-r=mconnor (for beltzner), a1.9=mconnor

This commit is contained in:
dolske%mozilla.com 2007-12-04 23:45:53 +00:00
Родитель cde20fa90f
Коммит d3577ce883
3 изменённых файлов: 0 добавлений и 45 удалений

Просмотреть файл

@ -730,15 +730,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
visibility: collapse;
}
#wrapper-urlbar-container #urlbar {
-moz-user-input: disabled;
cursor: -moz-grab;
}
#wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker {
display: none;
}
/* Keep the URL bar LTR */
#urlbar .autocomplete-textbox-container {
direction: ltr;
@ -769,7 +760,6 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
}
#page-proxy-deck {
cursor: -moz-grab;
margin: 2px 3px;
}
@ -1135,10 +1125,6 @@ tabpanels {
opacity: 0.6;
}
.tabbrowser-tab[selected="true"] > .tab-icon-image {
cursor: -moz-grab;
}
.tabs-bottom {
border-bottom: 1px solid threedshadow;
}

Просмотреть файл

@ -864,15 +864,6 @@ toolbar[iconsize="small"] #paste-button:hover:active {
background: url("chrome://browser/skin/Secure-background.gif") #FFFED8 repeat-x;
}
#wrapper-urlbar-container #urlbar {
-moz-user-input: disabled;
cursor: -moz-grab;
}
#wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker {
display: none;
}
/* Keep the URL bar LTR */
#PopupAutoCompleteRichResult {
@ -890,10 +881,6 @@ toolbar[iconsize="small"] #paste-button:hover:active {
padding: 0px;
}
#page-proxy-deck {
cursor: -moz-grab;
}
#page-proxy-favicon {
list-style-image: none;
}
@ -1201,10 +1188,6 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
-moz-user-focus: normal;
}
.tabbrowser-tab[selected="true"] > .tab-image-middle > .tab-icon {
cursor: -moz-grab;
}
.tabbrowser-tab > .tab-image-middle > .tab-text {
border: 1.4pt solid transparent;
}

Просмотреть файл

@ -872,15 +872,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
visibility: collapse;
}
#wrapper-urlbar-container #urlbar {
-moz-user-input: disabled;
cursor: -moz-grab;
}
#wrapper-urlbar-container #urlbar > .autocomplete-history-dropmarker {
display: none;
}
/* Keep the URL bar LTR */
#urlbar .autocomplete-textbox-container {
@ -913,7 +904,6 @@ toolbar[iconsize="small"] #paste-button:not([disabled="true"]):hover:active {
}
#page-proxy-deck {
cursor: -moz-grab;
margin: 2px 3px;
}
@ -1162,10 +1152,6 @@ toolbar[mode="text"] #navigator-throbber[busy="true"] {
font-weight: bold;
}
.tabbrowser-tab[selected="true"] > .tab-icon-image {
cursor: -moz-grab;
}
.tabbrowser-tab[busy] > .tab-icon-image {
list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif") !important;
opacity: 0.6;