2011-11-24 17:25:08 +00:00
|
|
|
* {
|
2015-01-20 00:15:04 +00:00
|
|
|
all: unset;
|
2011-11-24 17:25:08 +00:00
|
|
|
border-color: red;
|
|
|
|
}
|
|
|
|
|
2016-01-18 04:04:12 +00:00
|
|
|
button {
|
2011-11-24 17:25:08 +00:00
|
|
|
background-color: purple;
|
|
|
|
border-style: none;
|
2012-01-17 16:09:30 +00:00
|
|
|
border-width: 5px;
|
|
|
|
border-radius: 15px;
|
2011-11-24 17:25:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#reference {
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 0;
|
2012-01-17 16:09:30 +00:00
|
|
|
border-radius: 15px;
|
2011-11-24 17:25:08 +00:00
|
|
|
}
|
|
|
|
|