зеркало из https://github.com/mozilla/gecko-dev.git
fix ui regressons in cookie viewer, code=rgoodger, r=morse
This commit is contained in:
Родитель
99541dc224
Коммит
3e390dbd05
|
@ -1,10 +1,9 @@
|
|||
window {
|
||||
min-width: 400px;
|
||||
min-height: 400px;
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
|
||||
box.tabpanel {
|
||||
border: 1px outset #CCCCDD;
|
||||
border: 1px outset #CCCCCC;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@ -14,18 +13,18 @@ tab {
|
|||
}
|
||||
|
||||
treehead > treerow > treecell {
|
||||
border: 1px outset #CCCCDD;
|
||||
border: 1px outset #CCCCCC;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
background-color: #CCCCDD;
|
||||
background-color: #CCCCCC;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
treechildren > treeitem > treerow > treecell {
|
||||
border-right: 1px solid #CCCCDD;
|
||||
border-bottom: 1px solid #CCCCDD;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
color: inherit;
|
||||
padding-left: 10px;
|
||||
padding-top: 1px;
|
||||
|
@ -33,8 +32,8 @@ treechildren > treeitem > treerow > treecell {
|
|||
}
|
||||
|
||||
treechildren > treeitem > treerow > treecell.fieldcell {
|
||||
border-right: 1px solid #CCCCDD;
|
||||
border-bottom: 1px solid #CCCCDD;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
color: inherit;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
@ -47,7 +46,7 @@ treechildren > treeitem > treerow [selectedrow ~= false] {
|
|||
}
|
||||
|
||||
treechildren > treeitem > treerow [selectedrow ~= true] {
|
||||
background-color: #666699;
|
||||
background-color: #336699;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
@ -62,7 +61,7 @@ tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] {
|
|||
}
|
||||
|
||||
tree {
|
||||
border: 1px inset #CCCCDD;
|
||||
border: 1px inset #CCCCCC;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -85,8 +84,8 @@ tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hove
|
|||
|
||||
input.dispcell {
|
||||
border: none;
|
||||
background-color: #CCCCDD;
|
||||
background-color: #CCCCCC;
|
||||
height: 12px;
|
||||
font-family: tahoma;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
<!DOCTYPE window SYSTEM "chrome://wallet/locale/CookieViewer.dtd" >
|
||||
|
||||
<window id="cookieviewer"
|
||||
width="400" height="420"
|
||||
width="410" height="450"
|
||||
title="&windowtitle.label;"
|
||||
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
@ -98,7 +98,7 @@
|
|||
</html:fieldset>
|
||||
<spring flex="5%"/>
|
||||
<box align="horizontal">
|
||||
<titledbutton value="&button.removecookie.label;" onclick="DeleteCookieSelected();"/>
|
||||
<titledbutton class="dialog push" value="&button.removecookie.label;" onclick="DeleteCookieSelected();"/>
|
||||
</box>
|
||||
</box>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче