Github user robertkowalski commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/750#discussion_r74571247
  
    --- Diff: app/addons/config/assets/less/config.less ---
    @@ -112,6 +140,61 @@ table.config {
       }
     }
     
    +#add-option-popover {
    +  background-color: #333;
    +  color: white;
    +  padding: 20px;
    +  border-radius: 0;
    +  width: 300px;
    +  max-width: none;
    +  display: block;
    +
    +  .popover-content {
    +    padding: 0;
    +  }
    +
    +  .popover-title {
    +    font-size: 16px;
    +    padding: 0;
    +    margin: 10px 0;
    +    border: none;
    +    display: block;
    +    text-align: left;
    +    color: #fff;
    +    text-shadow: none;
    +    height: auto;
    +    line-height: 1em;
    +    background-color: #333;
    +  }
    +
    +  input {
    +    width: 100%;
    +  }
    +
    +  a.btn {
    +    color: white;
    +    background-color: @linkColor;
    +    line-height: 1.5em;
    +    border: 0;
    +    padding: 10px 10px 9px;
    +    font-size: 14px;
    +    .border-radius(5px);
    +
    +    &:hover {
    +      background-color: #cbcbcb;
    +      color: white;
    +    }
    +  }
    +}
    +
    +.popover.bottom .arrow, .popover.bottom .arrow::after {
    +  border-bottom-color: #333 !important;
    --- End diff --
    
    1) do you want to change all popovers in fauxton?
    
    2) by making a more specific css selector you can avoid the `!important`. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to