зеркало из https://github.com/mozilla/gecko-dev.git
Tweaked colors for composer dialogs to match Modern colors. r=ben
This commit is contained in:
Родитель
e6f144c78e
Коммит
862f1ae904
|
@ -88,7 +88,7 @@ titledbox {
|
||||||
.color-well {
|
.color-well {
|
||||||
width:20px;
|
width:20px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
border: 1px inset #CCCCCC;
|
border: 1px inset #B4C3D4;
|
||||||
margin: 3px 1px 5px 8px;
|
margin: 3px 1px 5px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ titledbox {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ColorPickerSwatch {
|
#ColorPickerSwatch {
|
||||||
border : 2px outset #CCCCCC;
|
border : 2px outset #B4C3D4;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin: 0px 3px 0px 0px;
|
margin: 0px 3px 0px 0px;
|
||||||
|
@ -120,7 +120,7 @@ titledbox {
|
||||||
#LastPickedColor {
|
#LastPickedColor {
|
||||||
width: 17px;
|
width: 17px;
|
||||||
height: 1.2em;
|
height: 1.2em;
|
||||||
border: 1px inset #CCCCCC;
|
border: 1px inset #B4C3D4;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -130,7 +130,7 @@ titledbox {
|
||||||
|
|
||||||
/* temporary -- we need a simple box-based list defined in XBL */
|
/* temporary -- we need a simple box-based list defined in XBL */
|
||||||
tree.list {
|
tree.list {
|
||||||
border: 1px inset #CCCCCC;
|
border: 1px inset #B4C3D4;
|
||||||
/* same as in menulist.css */
|
/* same as in menulist.css */
|
||||||
margin: 1px 5px 2px 5px;
|
margin: 1px 5px 2px 5px;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
|
@ -139,7 +139,7 @@ tree.list {
|
||||||
}
|
}
|
||||||
|
|
||||||
#ColorPreview {
|
#ColorPreview {
|
||||||
border: 1px inset #CCCCCC;
|
border: 1px inset #B4C3D4;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
@ -193,7 +193,7 @@ tree.list {
|
||||||
|
|
||||||
/* use outset shape for a button look */
|
/* use outset shape for a button look */
|
||||||
.colorpicker {
|
.colorpicker {
|
||||||
border: 1px outset #CCCCCC;
|
border: 1px outset #B4C3D4;
|
||||||
/* This should be the same as for textfield */
|
/* This should be the same as for textfield */
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
/* For a little extra space between buttons */
|
/* For a little extra space between buttons */
|
||||||
|
@ -246,7 +246,7 @@ tree.list {
|
||||||
GetOriginalWidth(), EdImageProps.js
|
GetOriginalWidth(), EdImageProps.js
|
||||||
*/
|
*/
|
||||||
#preview-image-box {
|
#preview-image-box {
|
||||||
border: 1px inset #CCCCCC;
|
border: 1px inset #B4C3D4;
|
||||||
width : 82px;
|
width : 82px;
|
||||||
max-width : 82px;
|
max-width : 82px;
|
||||||
min-width : 82px;
|
min-width : 82px;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче