зеркало из https://github.com/mozilla/pjs.git
Fixed buttons in apprunner so there borders appear when moved over.
This commit is contained in:
Родитель
1f37845190
Коммит
37a7d52621
|
@ -73,58 +73,56 @@ progressmeter {
|
|||
|
||||
titledbutton {
|
||||
display: inline;
|
||||
border: 3px outset rgb(156, 154, 156);
|
||||
background-color: rgb(206, 207, 206);
|
||||
|
||||
color:black;
|
||||
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
|
||||
|
||||
font: 8pt sans-serif;
|
||||
}
|
||||
|
||||
titledbutton:-moz-focus-inner {
|
||||
margin : 1px;
|
||||
padding : 2px;
|
||||
}
|
||||
|
||||
titledbutton:-moz-focus-outer {
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="hover"] {
|
||||
}
|
||||
border: 1px outset white;
|
||||
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="hover"]:-moz-outline {
|
||||
border : 1px solid black;
|
||||
}
|
||||
|
||||
|
||||
titledbutton[pseudoclass~="active"] {
|
||||
border-style: inset;
|
||||
|
||||
border: 1px inset white;
|
||||
|
||||
padding-left: 2px;
|
||||
padding-right: 0px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 0px;
|
||||
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="active"]:-moz-outline {
|
||||
border : 1px solid black;
|
||||
}
|
||||
|
||||
titledbutton:-moz-focus-inner {
|
||||
}
|
||||
|
||||
titledbutton:-moz-focus-outer {
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="focus"] {
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="focus"]:-moz-focus-inner {
|
||||
margin : 1px;
|
||||
padding : 1px;
|
||||
border : 1px dotted black
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="focus"]:-moz-focus-outer {
|
||||
}
|
||||
|
||||
titledbutton[pseudoclass~="disabled"] {
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче