зеркало из https://github.com/mozilla/gecko-dev.git
Bug 595236 followup - Port the theme changes to Windows; r=dao a=blocking-beta7+
--HG-- extra : rebase_source : 4047dd82c3c7d6c1635b27c31d6593951b9c2330
This commit is contained in:
Родитель
f2b7562c00
Коммит
6fea9c20d7
|
@ -450,26 +450,26 @@ input.defaultName {
|
|||
opacity: .70;
|
||||
}
|
||||
|
||||
#otherresults{
|
||||
#otherresults {
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
background-color: rgba(0,0,0,.3);
|
||||
-moz-box-shadow: 0px -1px 0px rgba(255,255,255,.1), inset 0px 2px 5px rgba(0,0,0,.3);
|
||||
box-shadow: 0px -1px 0px rgba(255,255,255,.1), inset 0px 2px 5px rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
#otherresults .label{
|
||||
#otherresults .label {
|
||||
color: #999;
|
||||
line-height:30px;
|
||||
margin-left:5px;
|
||||
line-height: 30px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.inlineMatch{
|
||||
.inlineMatch {
|
||||
background-color: #EBEBEB;
|
||||
border-radius: 0.4em;
|
||||
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
|
@ -478,17 +478,17 @@ input.defaultName {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inlineMatch:hover{
|
||||
.inlineMatch:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.inlineMatch>img{
|
||||
.inlineMatch > img {
|
||||
margin-right: 5px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.inlineMatch>span{
|
||||
max-width:200px;
|
||||
.inlineMatch > span {
|
||||
max-width: 200px;
|
||||
height: 15px;
|
||||
}
|
||||
|
|
|
@ -461,3 +461,46 @@ input.defaultName {
|
|||
.notMainMatch{
|
||||
opacity: .70;
|
||||
}
|
||||
|
||||
#otherresults {
|
||||
left: 0px;
|
||||
bottom: 0px;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
background-color: rgba(0,0,0,.3);
|
||||
box-shadow: 0px -1px 0px rgba(255,255,255,.1), inset 0px 2px 5px rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
#otherresults .label {
|
||||
color: #999;
|
||||
line-height: 30px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.inlineMatch {
|
||||
background-color: #EBEBEB;
|
||||
border-radius: 0.4em;
|
||||
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
|
||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
||||
padding-left: 3px;
|
||||
padding-right: 3px;
|
||||
height: 20px;
|
||||
margin-right: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.inlineMatch:hover {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.inlineMatch > img {
|
||||
margin-right: 5px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.inlineMatch > span {
|
||||
max-width: 200px;
|
||||
height: 15px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче