mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
added psuedo-styles for grippies.
This commit is contained in:
parent
32034efe71
commit
fa78acf21b
@ -11,8 +11,21 @@ toolbox {
|
||||
background-color:darkgray;
|
||||
}
|
||||
|
||||
toolbar.Foo {
|
||||
background-image:url(file:///Incoming/bk.gif);
|
||||
:TOOLBOX-NORMAL {
|
||||
background-color: lightgray;
|
||||
color: lightgray;
|
||||
border-bottom: solid darkGray 1px;
|
||||
border-top: solid white 0px;
|
||||
border-left: solid white 0px;
|
||||
border-right: solid darkGray 1px;
|
||||
}
|
||||
:TOOLBOX-ROLLOVER {
|
||||
background-color: purple;
|
||||
color: green;
|
||||
border-bottom: solid darkGray 1px;
|
||||
border-top: solid white 0px;
|
||||
border-left: solid white 0px;
|
||||
border-right: solid darkGray 1px;
|
||||
}
|
||||
|
||||
window-test {
|
||||
|
Loading…
x
Reference in New Issue
Block a user