Initial commit
This commit is contained in:
15
popup/choose_url.css
Normal file
15
popup/choose_url.css
Normal file
@@ -0,0 +1,15 @@
|
||||
html, body {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: 100%;
|
||||
padding: 4px;
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #CFF2F2;
|
||||
}
|
||||
Reference in New Issue
Block a user