mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
11 lines
148 B
CSS
11 lines
148 B
CSS
#fullscreen-area {
|
|
box-shadow: inset 0px 1px 10px rgba(0,0,0,1);
|
|
margin: 5px;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.size {
|
|
width: 60px;
|
|
}
|