Browse Source

Fix off-color border on focused comment form

master
Jonas Gierer 8 years ago
parent
commit
9a50a2cb74
No known key found for this signature in database GPG Key ID: 38AEE784A8156E18
  1. 3
      extension/content.css

3
extension/content.css

@ -112,6 +112,9 @@
border-bottom: 1px solid #ccc !important;
border-radius: 3px !important;
}
.upload-enabled textarea:focus {
border-bottom: 1px solid #2188ff !important;
}
/* remove random protip at the bottom of the page */
.protip {

Loading…
Cancel
Save