зеркало из https://github.com/mozilla/gecko-dev.git
I got tired of writing code last night and wanted to do something different. I'm trying to make the UI look a bit like the UI specs. When you make a selection, we now change the font color to white. Changed the color of the title bars....I'm sure someone else will change all this at some later point...
This commit is contained in:
Родитель
3e270b7bdb
Коммит
60ccb61fce
|
@ -32,14 +32,15 @@ treecell {
|
|||
}
|
||||
|
||||
treecell[selectedcell] {
|
||||
background-color: #BBBBCC;
|
||||
background-color: #666699;
|
||||
color: white;
|
||||
}
|
||||
|
||||
treehead treeitem treecell {
|
||||
font-size: 8pt;
|
||||
background-color: #a0a0a0;
|
||||
border: thin black solid;
|
||||
color: black;
|
||||
font-size: 9pt;
|
||||
background-color: #666699;
|
||||
border: thin darkgray solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
treeitem > treecell > titledbutton {
|
||||
|
@ -64,3 +65,4 @@ treeitem[SpecialFolder="Unsent Messages"] > treecell > titledbutton {
|
|||
vertical-align: bottom;
|
||||
list-style-image: url("resource:/res/mailnews/messenger/closedOutbox.gif");
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,8 @@ treecell {
|
|||
}
|
||||
|
||||
treecell[selectedcell] {
|
||||
background-color: #BBBBCC;
|
||||
background-color: #666699;
|
||||
color: white;
|
||||
}
|
||||
|
||||
treeitem[Status="new"] {
|
||||
|
@ -40,10 +41,10 @@ treeitem[Status="new"] {
|
|||
}
|
||||
|
||||
treehead treeitem treecell {
|
||||
font-size: 8pt;
|
||||
background-color: #a0a0a0;
|
||||
border: thin black solid;
|
||||
color: black;
|
||||
font-size: 9pt;
|
||||
background-color: #666699;
|
||||
border: thin darkgray solid;
|
||||
color: white;
|
||||
}
|
||||
|
||||
icon {
|
||||
|
|
Загрузка…
Ссылка в новой задаче