|
|
|
Lines 160-176
toolbarbutton.chevron:-moz-locale-dir(rt
|
Link Here
|
|---|
|
| 160 |
} |
160 |
} |
| 161 |
|
161 |
|
| 162 |
/* ----- BOOKMARK BUTTONS ----- */ |
162 |
/* ----- BOOKMARK BUTTONS ----- */ |
| 163 |
|
163 |
|
| 164 |
toolbarbutton.bookmark-item { |
164 |
toolbarbutton.bookmark-item { |
| 165 |
font-weight: bold; |
165 |
font-weight: bold; |
| 166 |
color: #222; |
166 |
color: #222; |
| 167 |
border: 0; |
167 |
border: 0; |
| 168 |
-moz-border-radius: 100%; |
168 |
border-radius: 100%; |
| 169 |
padding: 0 8px; |
169 |
padding: 0 8px; |
| 170 |
margin: 0 0 1px; |
170 |
margin: 0 0 1px; |
| 171 |
} |
171 |
} |
| 172 |
|
172 |
|
| 173 |
.bookmark-item > .toolbarbutton-menu-dropmarker { |
173 |
.bookmark-item > .toolbarbutton-menu-dropmarker { |
| 174 |
list-style-image: url("chrome://browser/skin/places/folderDropArrow.png"); |
174 |
list-style-image: url("chrome://browser/skin/places/folderDropArrow.png"); |
| 175 |
-moz-image-region: rect(0, 7px, 5px, 0); |
175 |
-moz-image-region: rect(0, 7px, 5px, 0); |
| 176 |
margin-top: 1px; |
176 |
margin-top: 1px; |
|
Lines 294-310
toolbarbutton.bookmark-item > menupopup
|
Link Here
|
|---|
|
| 294 |
#restore-button, |
294 |
#restore-button, |
| 295 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
295 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
| 296 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker { |
296 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker { |
| 297 |
margin: 0; |
297 |
margin: 0; |
| 298 |
-moz-box-orient: vertical; |
298 |
-moz-box-orient: vertical; |
| 299 |
padding: 0 3px; |
299 |
padding: 0 3px; |
| 300 |
height: 22px; |
300 |
height: 22px; |
| 301 |
border: 1px solid @toolbarbuttonBorderColor@; |
301 |
border: 1px solid @toolbarbuttonBorderColor@; |
| 302 |
-moz-border-radius: @toolbarbuttonCornerRadius@; |
302 |
border-radius: @toolbarbuttonCornerRadius@; |
| 303 |
-moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2); |
303 |
-moz-box-shadow: 0 1px rgba(255, 255, 255, 0.2); |
| 304 |
background: @toolbarbuttonBackground@; |
304 |
background: @toolbarbuttonBackground@; |
| 305 |
background-origin: border-box; |
305 |
background-origin: border-box; |
| 306 |
} |
306 |
} |
| 307 |
|
307 |
|
| 308 |
toolbar:not([mode="icons"]) .toolbarbutton-1:not([type="menu-button"]), |
308 |
toolbar:not([mode="icons"]) .toolbarbutton-1:not([type="menu-button"]), |
| 309 |
toolbar:not([mode="icons"]) #restore-button, |
309 |
toolbar:not([mode="icons"]) #restore-button, |
| 310 |
toolbar:not([mode="icons"]) toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
310 |
toolbar:not([mode="icons"]) toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
|
Lines 362-385
toolbarbutton[type="menu-button"] > .too
|
Link Here
|
|---|
|
| 362 |
|
362 |
|
| 363 |
toolbar:not([mode="icons"]) toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker { |
363 |
toolbar:not([mode="icons"]) toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker { |
| 364 |
width: auto; |
364 |
width: auto; |
| 365 |
padding-top: 0; |
365 |
padding-top: 0; |
| 366 |
} |
366 |
} |
| 367 |
|
367 |
|
| 368 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button:-moz-locale-dir(rtl), |
368 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button:-moz-locale-dir(rtl), |
| 369 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(ltr) { |
369 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(ltr) { |
| 370 |
-moz-border-radius-topleft: 0; |
370 |
border-top-left-radius: 0; |
| 371 |
-moz-border-radius-bottomleft: 0; |
371 |
border-bottom-left-radius: 0; |
| 372 |
} |
372 |
} |
| 373 |
|
373 |
|
| 374 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button:-moz-locale-dir(ltr), |
374 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button:-moz-locale-dir(ltr), |
| 375 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(rtl) { |
375 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker:-moz-locale-dir(rtl) { |
| 376 |
-moz-border-radius-topright: 0; |
376 |
border-top-right-radius: 0; |
| 377 |
-moz-border-radius-bottomright: 0; |
377 |
border-bottom-right-radius: 0; |
| 378 |
} |
378 |
} |
| 379 |
|
379 |
|
| 380 |
toolbar:not([mode="icons"]) toolbarbutton[type="menu-button"]:not([open="true"]) > .toolbarbutton-menubutton-dropmarker { |
380 |
toolbar:not([mode="icons"]) toolbarbutton[type="menu-button"]:not([open="true"]) > .toolbarbutton-menubutton-dropmarker { |
| 381 |
opacity: .7; |
381 |
opacity: .7; |
| 382 |
} |
382 |
} |
| 383 |
|
383 |
|
| 384 |
.toolbarbutton-1 > .toolbarbutton-text, |
384 |
.toolbarbutton-1 > .toolbarbutton-text, |
| 385 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button > .toolbarbutton-text { |
385 |
toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button > .toolbarbutton-text { |
|
Lines 449-465
toolbar:not([iconsize="small"])[mode="ic
|
Link Here
|
|---|
|
| 449 |
toolbar:not([iconsize="small"])[mode="icons"] #back-button:-moz-locale-dir(rtl) { |
449 |
toolbar:not([iconsize="small"])[mode="icons"] #back-button:-moz-locale-dir(rtl) { |
| 450 |
-moz-transform: scaleX(-1); |
450 |
-moz-transform: scaleX(-1); |
| 451 |
} |
451 |
} |
| 452 |
|
452 |
|
| 453 |
toolbar:not([iconsize="small"])[mode="icons"] #back-button { |
453 |
toolbar:not([iconsize="small"])[mode="icons"] #back-button { |
| 454 |
width: 30px; |
454 |
width: 30px; |
| 455 |
height: 30px; |
455 |
height: 30px; |
| 456 |
padding: 4px 5px 4px 3px; |
456 |
padding: 4px 5px 4px 3px; |
| 457 |
-moz-border-radius: 100%; |
457 |
border-radius: 100%; |
| 458 |
} |
458 |
} |
| 459 |
|
459 |
|
| 460 |
toolbar[mode="icons"] #forward-button { |
460 |
toolbar[mode="icons"] #forward-button { |
| 461 |
-moz-margin-start: 0; |
461 |
-moz-margin-start: 0; |
| 462 |
} |
462 |
} |
| 463 |
|
463 |
|
| 464 |
toolbar[mode="icons"]:not([iconsize="small"]) #forward-button { |
464 |
toolbar[mode="icons"]:not([iconsize="small"]) #forward-button { |
| 465 |
/* 1px to the right */ |
465 |
/* 1px to the right */ |
|
Lines 480-504
toolbar[iconsize="small"][mode="icons"]
|
Link Here
|
|---|
|
| 480 |
toolbar[iconsize="small"][mode="icons"] #forward-button { |
480 |
toolbar[iconsize="small"][mode="icons"] #forward-button { |
| 481 |
width: 27px; |
481 |
width: 27px; |
| 482 |
-moz-padding-start: 2px; |
482 |
-moz-padding-start: 2px; |
| 483 |
} |
483 |
} |
| 484 |
|
484 |
|
| 485 |
toolbar[mode="icons"]:not([iconsize="small"]) #forward-button:-moz-locale-dir(ltr), |
485 |
toolbar[mode="icons"]:not([iconsize="small"]) #forward-button:-moz-locale-dir(ltr), |
| 486 |
toolbar[iconsize="small"][mode="icons"] #back-button:-moz-locale-dir(rtl), |
486 |
toolbar[iconsize="small"][mode="icons"] #back-button:-moz-locale-dir(rtl), |
| 487 |
toolbar[iconsize="small"][mode="icons"] #forward-button:-moz-locale-dir(ltr) { |
487 |
toolbar[iconsize="small"][mode="icons"] #forward-button:-moz-locale-dir(ltr) { |
| 488 |
-moz-border-radius-topleft: 0; |
488 |
border-top-left-radius: 0; |
| 489 |
-moz-border-radius-bottomleft: 0; |
489 |
border-bottom-left-radius: 0; |
| 490 |
} |
490 |
} |
| 491 |
|
491 |
|
| 492 |
toolbar[mode="icons"]:not([iconsize="small"]) #forward-button:-moz-locale-dir(rtl), |
492 |
toolbar[mode="icons"]:not([iconsize="small"]) #forward-button:-moz-locale-dir(rtl), |
| 493 |
toolbar[iconsize="small"][mode="icons"] #back-button:-moz-locale-dir(ltr), |
493 |
toolbar[iconsize="small"][mode="icons"] #back-button:-moz-locale-dir(ltr), |
| 494 |
toolbar[iconsize="small"][mode="icons"] #forward-button:-moz-locale-dir(rtl) { |
494 |
toolbar[iconsize="small"][mode="icons"] #forward-button:-moz-locale-dir(rtl) { |
| 495 |
-moz-border-radius-topright: 0; |
495 |
border-top-right-radius: 0; |
| 496 |
-moz-border-radius-bottomright: 0; |
496 |
border-bottom-right-radius: 0; |
| 497 |
} |
497 |
} |
| 498 |
|
498 |
|
| 499 |
#back-forward-dropmarker { |
499 |
#back-forward-dropmarker { |
| 500 |
display: none; |
500 |
display: none; |
| 501 |
} |
501 |
} |
| 502 |
|
502 |
|
| 503 |
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr), |
503 |
.unified-nav-back[_moz-menuactive]:-moz-locale-dir(ltr), |
| 504 |
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) { |
504 |
.unified-nav-forward[_moz-menuactive]:-moz-locale-dir(rtl) { |
|
Lines 686-709
toolbar[iconsize="small"][mode="icons"]
|
Link Here
|
|---|
|
| 686 |
.searchbar-textbox[focused="true"] { |
686 |
.searchbar-textbox[focused="true"] { |
| 687 |
background-color: -moz-mac-focusring; |
687 |
background-color: -moz-mac-focusring; |
| 688 |
background-image: -moz-linear-gradient(#D6D6D6, #D6D6D6 1px, #F7F7F7 1px, #F7F7F7 2px, #FFF 2px, #FFF), |
688 |
background-image: -moz-linear-gradient(#D6D6D6, #D6D6D6 1px, #F7F7F7 1px, #F7F7F7 2px, #FFF 2px, #FFF), |
| 689 |
-moz-linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)); |
689 |
-moz-linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)); |
| 690 |
-moz-box-shadow: @focusRingShadow@; |
690 |
-moz-box-shadow: @focusRingShadow@; |
| 691 |
} |
691 |
} |
| 692 |
|
692 |
|
| 693 |
#urlbar { |
693 |
#urlbar { |
| 694 |
-moz-border-radius: @toolbarbuttonCornerRadius@; |
694 |
border-radius: @toolbarbuttonCornerRadius@; |
| 695 |
direction: ltr; |
695 |
direction: ltr; |
| 696 |
-moz-padding-end: 3px; |
696 |
-moz-padding-end: 3px; |
| 697 |
} |
697 |
} |
| 698 |
|
698 |
|
| 699 |
#identity-box { |
699 |
#identity-box { |
| 700 |
margin: 1px; |
700 |
margin: 1px; |
| 701 |
-moz-border-radius: 2px; |
701 |
border-radius: 2px; |
| 702 |
padding: 1px; |
702 |
padding: 1px; |
| 703 |
-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); |
703 |
-moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); |
| 704 |
text-shadow: 0 1px rgba(255, 255, 255, 0.2); |
704 |
text-shadow: 0 1px rgba(255, 255, 255, 0.2); |
| 705 |
} |
705 |
} |
| 706 |
|
706 |
|
| 707 |
|
707 |
|
| 708 |
#identity-box:-moz-focusring { |
708 |
#identity-box:-moz-focusring { |
| 709 |
-moz-box-shadow: 0 0 3px 1px -moz-mac-focusring inset, |
709 |
-moz-box-shadow: 0 0 3px 1px -moz-mac-focusring inset, |
|
Lines 1051-1067
richlistitem[type="action"][actiontype="
|
Link Here
|
|---|
|
| 1051 |
} |
1051 |
} |
| 1052 |
|
1052 |
|
| 1053 |
#editBMPanel_newFolderButton .button-text { |
1053 |
#editBMPanel_newFolderButton .button-text { |
| 1054 |
display: none !important; |
1054 |
display: none !important; |
| 1055 |
} |
1055 |
} |
| 1056 |
|
1056 |
|
| 1057 |
#editBMPanel_folderMenuList { |
1057 |
#editBMPanel_folderMenuList { |
| 1058 |
@hudButton@ |
1058 |
@hudButton@ |
| 1059 |
-moz-border-radius: 5px; |
1059 |
border-radius: 5px; |
| 1060 |
margin: 0 3px !important; |
1060 |
margin: 0 3px !important; |
| 1061 |
min-height: 22px; |
1061 |
min-height: 22px; |
| 1062 |
-moz-padding-start: 2px; |
1062 |
-moz-padding-start: 2px; |
| 1063 |
} |
1063 |
} |
| 1064 |
|
1064 |
|
| 1065 |
#editBMPanel_folderMenuList:focus { |
1065 |
#editBMPanel_folderMenuList:focus { |
| 1066 |
outline: 2px solid -moz-mac-focusring; |
1066 |
outline: 2px solid -moz-mac-focusring; |
| 1067 |
outline-offset: -2px; |
1067 |
outline-offset: -2px; |
|
Lines 1179-1195
richlistitem[type="action"][actiontype="
|
Link Here
|
|---|
|
| 1179 |
background-color: #b3b3b3; |
1179 |
background-color: #b3b3b3; |
| 1180 |
} |
1180 |
} |
| 1181 |
|
1181 |
|
| 1182 |
/**** expanders ****/ |
1182 |
/**** expanders ****/ |
| 1183 |
|
1183 |
|
| 1184 |
#editBookmarkPanel .expander-up, |
1184 |
#editBookmarkPanel .expander-up, |
| 1185 |
#editBookmarkPanel .expander-down { |
1185 |
#editBookmarkPanel .expander-down { |
| 1186 |
@hudButton@ |
1186 |
@hudButton@ |
| 1187 |
-moz-border-radius: 5px; |
1187 |
border-radius: 5px; |
| 1188 |
-moz-margin-start: 4px; |
1188 |
-moz-margin-start: 4px; |
| 1189 |
-moz-margin-end: 2px; |
1189 |
-moz-margin-end: 2px; |
| 1190 |
padding: 0; |
1190 |
padding: 0; |
| 1191 |
-moz-padding-start: 4px; |
1191 |
-moz-padding-start: 4px; |
| 1192 |
min-width: 10px; |
1192 |
min-width: 10px; |
| 1193 |
min-height: 22px; |
1193 |
min-height: 22px; |
| 1194 |
} |
1194 |
} |
| 1195 |
|
1195 |
|
|
Lines 1227-1243
richlistitem[type="action"][actiontype="
|
Link Here
|
|---|
|
| 1227 |
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box { |
1227 |
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box { |
| 1228 |
-moz-appearance: none !important; |
1228 |
-moz-appearance: none !important; |
| 1229 |
margin: 2px 4px !important; |
1229 |
margin: 2px 4px !important; |
| 1230 |
border: 2px solid !important; |
1230 |
border: 2px solid !important; |
| 1231 |
-moz-border-top-colors: #1c1c1c #545454 !important; |
1231 |
-moz-border-top-colors: #1c1c1c #545454 !important; |
| 1232 |
-moz-border-right-colors: #1c1c1c #636363 !important; |
1232 |
-moz-border-right-colors: #1c1c1c #636363 !important; |
| 1233 |
-moz-border-bottom-colors: #1c1c1c #797979 !important; |
1233 |
-moz-border-bottom-colors: #1c1c1c #797979 !important; |
| 1234 |
-moz-border-left-colors: #1c1c1c #636363 !important; |
1234 |
-moz-border-left-colors: #1c1c1c #636363 !important; |
| 1235 |
-moz-border-radius: 1px !important; |
1235 |
border-radius: 1px !important; |
| 1236 |
background-color: #666 !important; |
1236 |
background-color: #666 !important; |
| 1237 |
color: #fff !important; |
1237 |
color: #fff !important; |
| 1238 |
} |
1238 |
} |
| 1239 |
|
1239 |
|
| 1240 |
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box > html|*.menulist-editable-input { |
1240 |
#editBMPanel_namePicker[droppable="false"] > .menulist-editable-box > html|*.menulist-editable-input { |
| 1241 |
color: inherit; |
1241 |
color: inherit; |
| 1242 |
} |
1242 |
} |
| 1243 |
|
1243 |
|
|
Lines 1426-1442
toolbarbutton.chevron > .toolbarbutton-m
|
Link Here
|
|---|
|
| 1426 |
margin-bottom: 0; |
1426 |
margin-bottom: 0; |
| 1427 |
font: message-box; |
1427 |
font: message-box; |
| 1428 |
font-weight: bold; |
1428 |
font-weight: bold; |
| 1429 |
} |
1429 |
} |
| 1430 |
|
1430 |
|
| 1431 |
.tabbrowser-tab, |
1431 |
.tabbrowser-tab, |
| 1432 |
.tabs-newtab-button { |
1432 |
.tabs-newtab-button { |
| 1433 |
-moz-appearance: none; |
1433 |
-moz-appearance: none; |
| 1434 |
-moz-border-radius: 0 0 6px 6px; |
1434 |
border-radius: 0 0 6px 6px; |
| 1435 |
color: #222; |
1435 |
color: #222; |
| 1436 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); |
1436 |
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); |
| 1437 |
margin: 0 0 1px; |
1437 |
margin: 0 0 1px; |
| 1438 |
padding: 2px 5px 0; |
1438 |
padding: 2px 5px 0; |
| 1439 |
border-style: none solid solid; |
1439 |
border-style: none solid solid; |
| 1440 |
border-width: 3px; |
1440 |
border-width: 3px; |
| 1441 |
-moz-border-top-colors: rgba(0,0,0,.04) rgba(0,0,0,.17) rgba(255,255,255,.35); |
1441 |
-moz-border-top-colors: rgba(0,0,0,.04) rgba(0,0,0,.17) rgba(255,255,255,.35); |
| 1442 |
-moz-border-bottom-colors: rgba(0,0,0,.04) rgba(0,0,0,.17) rgba(255,255,255,.25); |
1442 |
-moz-border-bottom-colors: rgba(0,0,0,.04) rgba(0,0,0,.17) rgba(255,255,255,.25); |
|
Lines 1447-1463
toolbarbutton.chevron > .toolbarbutton-m
|
Link Here
|
|---|
|
| 1447 |
height: 24px; |
1447 |
height: 24px; |
| 1448 |
background-image: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png); |
1448 |
background-image: url(chrome://browser/skin/tabbrowser/tab-bkgnd.png); |
| 1449 |
} |
1449 |
} |
| 1450 |
|
1450 |
|
| 1451 |
#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-tab, |
1451 |
#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-tab, |
| 1452 |
#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button { |
1452 |
#tabbrowser-tabs[tabsontop="true"] > .tabbrowser-arrowscrollbox > .tabs-newtab-button { |
| 1453 |
border-top-style: solid; |
1453 |
border-top-style: solid; |
| 1454 |
border-bottom-style: none; |
1454 |
border-bottom-style: none; |
| 1455 |
-moz-border-radius: 6px 6px 0 0; |
1455 |
border-radius: 6px 6px 0 0; |
| 1456 |
padding-top: 0; |
1456 |
padding-top: 0; |
| 1457 |
padding-bottom: 2px; |
1457 |
padding-bottom: 2px; |
| 1458 |
margin-top: 1px; |
1458 |
margin-top: 1px; |
| 1459 |
margin-bottom: 0; |
1459 |
margin-bottom: 0; |
| 1460 |
background-image: -moz-linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,0)); |
1460 |
background-image: -moz-linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,0)); |
| 1461 |
} |
1461 |
} |
| 1462 |
|
1462 |
|
| 1463 |
.tabs-newtab-button { |
1463 |
.tabs-newtab-button { |
|
Lines 1641-1657
toolbarbutton.chevron > .toolbarbutton-m
|
Link Here
|
|---|
|
| 1641 |
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button, |
1641 |
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button, |
| 1642 |
#TabsToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
1642 |
#TabsToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
| 1643 |
#TabsToolbar > toolbarpaletteitem > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
1643 |
#TabsToolbar > toolbarpaletteitem > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
| 1644 |
#TabsToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker, |
1644 |
#TabsToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker, |
| 1645 |
#TabsToolbar > toolbarpaletteitem > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker { |
1645 |
#TabsToolbar > toolbarpaletteitem > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-dropmarker { |
| 1646 |
margin: 0; |
1646 |
margin: 0; |
| 1647 |
padding: 0; |
1647 |
padding: 0; |
| 1648 |
border: none; |
1648 |
border: none; |
| 1649 |
-moz-border-radius: 0; |
1649 |
border-radius: 0; |
| 1650 |
background: none; |
1650 |
background: none; |
| 1651 |
-moz-box-shadow: none; |
1651 |
-moz-box-shadow: none; |
| 1652 |
} |
1652 |
} |
| 1653 |
|
1653 |
|
| 1654 |
#TabsToolbar > toolbarbutton:not([type="menu-button"]), |
1654 |
#TabsToolbar > toolbarbutton:not([type="menu-button"]), |
| 1655 |
#TabsToolbar > toolbarpaletteitem > toolbarbutton:not([type="menu-button"]), |
1655 |
#TabsToolbar > toolbarpaletteitem > toolbarbutton:not([type="menu-button"]), |
| 1656 |
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button, |
1656 |
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button, |
| 1657 |
#TabsToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
1657 |
#TabsToolbar > toolbarbutton[type="menu-button"] > .toolbarbutton-menubutton-button, |
|
Lines 1947-1963
toolbarbutton.chevron > .toolbarbutton-m
|
Link Here
|
|---|
|
| 1947 |
|
1947 |
|
| 1948 |
/* ::::: Keyboard UI Panel ::::: */ |
1948 |
/* ::::: Keyboard UI Panel ::::: */ |
| 1949 |
|
1949 |
|
| 1950 |
.KUI-panel { |
1950 |
.KUI-panel { |
| 1951 |
-moz-appearance: none; |
1951 |
-moz-appearance: none; |
| 1952 |
background: rgba(27%,27%,27%,.9) url(KUI-background.png) repeat-x; |
1952 |
background: rgba(27%,27%,27%,.9) url(KUI-background.png) repeat-x; |
| 1953 |
color: white; |
1953 |
color: white; |
| 1954 |
border-style: none; |
1954 |
border-style: none; |
| 1955 |
-moz-border-radius: 20px; |
1955 |
border-radius: 20px; |
| 1956 |
} |
1956 |
} |
| 1957 |
|
1957 |
|
| 1958 |
.KUI-panel[level="top"] { |
1958 |
.KUI-panel[level="top"] { |
| 1959 |
background-color: rgba(27%,27%,27%,.65); |
1959 |
background-color: rgba(27%,27%,27%,.65); |
| 1960 |
-moz-window-shadow: none; |
1960 |
-moz-window-shadow: none; |
| 1961 |
} |
1961 |
} |
| 1962 |
|
1962 |
|
| 1963 |
.KUI-panel-closebutton { |
1963 |
.KUI-panel-closebutton { |
|
Lines 2003-2028
toolbarbutton.chevron > .toolbarbutton-m
|
Link Here
|
|---|
|
| 2003 |
|
2003 |
|
| 2004 |
.ctrlTab-preview-inner { |
2004 |
.ctrlTab-preview-inner { |
| 2005 |
padding-bottom: 10px; |
2005 |
padding-bottom: 10px; |
| 2006 |
} |
2006 |
} |
| 2007 |
|
2007 |
|
| 2008 |
#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner { |
2008 |
#ctrlTab-showAll:not(:focus) > * > .ctrlTab-preview-inner { |
| 2009 |
padding: 10px; |
2009 |
padding: 10px; |
| 2010 |
background-color: rgba(255,255,255,.2); |
2010 |
background-color: rgba(255,255,255,.2); |
| 2011 |
-moz-border-radius: .5em; |
2011 |
border-radius: .5em; |
| 2012 |
} |
2012 |
} |
| 2013 |
|
2013 |
|
| 2014 |
.ctrlTab-preview:focus > * > .ctrlTab-preview-inner { |
2014 |
.ctrlTab-preview:focus > * > .ctrlTab-preview-inner { |
| 2015 |
color: white; |
2015 |
color: white; |
| 2016 |
background-color: rgba(0,0,0,.6); |
2016 |
background-color: rgba(0,0,0,.6); |
| 2017 |
text-shadow: none; |
2017 |
text-shadow: none; |
| 2018 |
padding: 8px; |
2018 |
padding: 8px; |
| 2019 |
border: 2px solid white; |
2019 |
border: 2px solid white; |
| 2020 |
-moz-border-radius: .5em; |
2020 |
border-radius: .5em; |
| 2021 |
} |
2021 |
} |
| 2022 |
|
2022 |
|
| 2023 |
.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner { |
2023 |
.ctrlTab-preview:not(#ctrlTab-showAll):focus > * > .ctrlTab-preview-inner { |
| 2024 |
margin: -10px -10px 0; |
2024 |
margin: -10px -10px 0; |
| 2025 |
} |
2025 |
} |
| 2026 |
|
2026 |
|
| 2027 |
#ctrlTab-showAll { |
2027 |
#ctrlTab-showAll { |
| 2028 |
margin-top: .5em; |
2028 |
margin-top: .5em; |
|
Lines 2052-2073
toolbarbutton.chevron > .toolbarbutton-m
|
Link Here
|
|---|
|
| 2052 |
} |
2052 |
} |
| 2053 |
|
2053 |
|
| 2054 |
.allTabs-favicon[src] { |
2054 |
.allTabs-favicon[src] { |
| 2055 |
background-color: -moz-dialog; |
2055 |
background-color: -moz-dialog; |
| 2056 |
width: 20px; |
2056 |
width: 20px; |
| 2057 |
height: 20px; |
2057 |
height: 20px; |
| 2058 |
padding-bottom: 4px; |
2058 |
padding-bottom: 4px; |
| 2059 |
-moz-padding-start: 4px; |
2059 |
-moz-padding-start: 4px; |
| 2060 |
-moz-border-radius-bottomleft: 4px; |
2060 |
border-bottom-left-radius: 4px; |
| 2061 |
} |
2061 |
} |
| 2062 |
|
2062 |
|
| 2063 |
.allTabs-favicon[src]:-moz-locale-dir(rtl) { |
2063 |
.allTabs-favicon[src]:-moz-locale-dir(rtl) { |
| 2064 |
-moz-border-radius-bottomleft: 0; |
2064 |
border-bottom-left-radius: 0; |
| 2065 |
-moz-border-radius-bottomright: 4px; |
2065 |
border-bottom-right-radius: 4px; |
| 2066 |
} |
2066 |
} |
| 2067 |
|
2067 |
|
| 2068 |
.allTabs-preview:not(:focus) > * > .allTabs-favicon-container > .allTabs-favicon[src] { |
2068 |
.allTabs-preview:not(:focus) > * > .allTabs-favicon-container > .allTabs-favicon[src] { |
| 2069 |
width: 22px; |
2069 |
width: 22px; |
| 2070 |
height: 22px; |
2070 |
height: 22px; |
| 2071 |
padding-top: 2px; |
2071 |
padding-top: 2px; |
| 2072 |
-moz-padding-end: 2px; |
2072 |
-moz-padding-end: 2px; |
| 2073 |
margin-top: -2px; |
2073 |
margin-top: -2px; |