|
@@ -42,12 +42,18 @@ button {
|
|
|
border-radius: 2px;
|
|
border-radius: 2px;
|
|
|
border-width: 1px;
|
|
border-width: 1px;
|
|
|
color: black;
|
|
color: black;
|
|
|
|
|
+ cursor: pointer;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-button:not([disabled]):hover {
|
|
|
|
|
|
|
+button:not(:disabled):hover {
|
|
|
background-color: #ededed;
|
|
background-color: #ededed;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+button:disabled {
|
|
|
|
|
+ opacity: .25;
|
|
|
|
|
+ cursor: default;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
body>header button {
|
|
body>header button {
|
|
|
margin-top: 5px;
|
|
margin-top: 5px;
|
|
|
margin-bottom: 5px;
|
|
margin-bottom: 5px;
|
|
@@ -234,7 +240,7 @@ html.side-panel #addUrlsButton {
|
|
|
background-color: #ccc;
|
|
background-color: #ccc;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- button:hover {
|
|
|
|
|
|
|
+ button:not(:disabled):hover {
|
|
|
color: #2A2A2E;
|
|
color: #2A2A2E;
|
|
|
}
|
|
}
|
|
|
|
|
|