mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
13 lines
130 B
CSS
13 lines
130 B
CSS
bar {
|
|
display: block;
|
|
background-color: red;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
|
|
bar[enabled] {
|
|
background-color: blue;
|
|
}
|
|
|