mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
* Update getting started code for MV3 * Small polish & cleanup in getting started * Minor: reorder manifest version fields * Updates based on article drafting process * Cleanup from getting-started runthrough
13 lines
194 B
CSS
13 lines
194 B
CSS
button {
|
|
height: 30px;
|
|
width: 30px;
|
|
outline: none;
|
|
margin: 10px;
|
|
border: none;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
button.current {
|
|
box-shadow: 0 0 0 2px white,
|
|
0 0 0 4px black;
|
|
} |