Revision 348b792d
Added by Nicholas Johnson about 2 years ago
| html/options.html | ||
|---|---|---|
| 93 | 93 |
input[type="radio"]:not(:checked)+.import_window_content {
|
| 94 | 94 |
display: none; |
| 95 | 95 |
} |
| 96 |
|
|
| 97 |
/* buttons */ |
|
| 98 |
button {
|
|
| 99 |
background-color: #4CAF50; |
|
| 100 |
border: none; |
|
| 101 |
border-radius: 8px; |
|
| 102 |
color: white; |
|
| 103 |
padding: 6px 12px; |
|
| 104 |
text-align: center; |
|
| 105 |
text-decoration: none; |
|
| 106 |
display: inline-block; |
|
| 107 |
margin: 2px 0px; |
|
| 108 |
} |
|
| 109 |
|
|
| 110 |
button:hover {
|
|
| 111 |
box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); |
|
| 112 |
} |
|
| 96 | 113 |
</style> |
| 97 | 114 |
</head> |
| 98 | 115 |
<body> |
Also available in: Unified diff
add button styling