Bug 569900 - Darken the button separator in site menu and dialogs [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-06-04 11:00:45 +02:00
parent 0f6a18f100
commit f094da1d06

View File

@ -903,10 +903,10 @@ box[type="documenttab"]:only-child .documenttab-close {
.prompt-buttons > button, .prompt-buttons > button,
pageaction { pageaction {
-moz-border-top-colors: rgb(255, 255, 255); -moz-border-top-colors: rgb(235, 235, 235);
-moz-border-right-colors: rgb(215, 215, 215); -moz-border-right-colors: rgb(205, 205, 205);
-moz-border-bottom-colors: rgb(215, 215, 215); -moz-border-bottom-colors: rgb(205, 205, 205);
-moz-border-left-colors: rgb(255, 255, 255); -moz-border-left-colors: rgb(235, 235, 235);
background-color: rgb(235,235,235); background-color: rgb(235,235,235);
border-style: solid; border-style: solid;
border-width: 1px !important; border-width: 1px !important;