Bug 1137556 - Make the ReadingList sidebar look like other sidebars. ui-r=mmaslaney, r=florian

This commit is contained in:
Blake Winton 2015-03-23 19:34:31 -04:00
parent 8a903505a7
commit a6c2683cc9
4 changed files with 20 additions and 1 deletions

View File

@ -4,10 +4,22 @@
%include ../../shared/readinglist/sidebar.inc.css
html {
border: 1px solid ThreeDShadow;
background-color: -moz-Field;
color: -moz-FieldText;
box-sizing: border-box;
}
.item {
-moz-padding-end: 0;
}
.item.active {
background-color: -moz-cellhighlight;
color: -moz-cellhighlighttext;
}
.item-title {
margin: 1px 0 0;
}

View File

@ -4,6 +4,10 @@
%include ../../shared/readinglist/sidebar.inc.css
html {
border-top: 1px solid #bdbdbd;
}
.item-title {
margin: 4px 0 0;
}

View File

@ -10,7 +10,6 @@
body {
margin: 0;
font: message-box;
background: #F8F7F8;
color: #333333;
-moz-user-select: none;
overflow: hidden;

View File

@ -4,6 +4,10 @@
%include ../../shared/readinglist/sidebar.inc.css
html {
background-color: #EEF3FA;
}
.item {
-moz-padding-end: 0;
}