зеркало из https://github.com/mozilla/pjs.git
Fixing the double-scrollbar problem in the browser window.
This commit is contained in:
Родитель
291890d851
Коммит
852d5ca012
|
@ -1,24 +0,0 @@
|
|||
|
||||
iframe {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
iframe[class=sidebarframe] {
|
||||
width: 0px;
|
||||
}
|
||||
|
||||
titledbutton[class=grippy] {
|
||||
background-color: rgb(206, 207, 206);
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
list-style-image:url(resource:/res/toolbar/grippy-horizontal-after.gif);
|
||||
}
|
||||
|
||||
titledbutton[class=grippy][open=true] {
|
||||
list-style-image:url(resource:/res/toolbar/grippy-horizontal-before.gif);
|
||||
}
|
||||
|
||||
titledbutton[class=grippy]:hover {
|
||||
background-color: rgb(204, 204, 255);
|
||||
}
|
|
@ -156,8 +156,6 @@ window#main-window {
|
|||
}
|
||||
|
||||
iframe#content-frame {
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
min-width: 0px;
|
||||
min-height: 0px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче