Browse Source

SONAR-12009 Display issues in settings page

tags/8.0
philippe-perrin-sonarsource 5 years ago
parent
commit
17c5558783
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      server/sonar-web/src/main/js/apps/settings/styles.css

+ 4
- 2
server/sonar-web/src/main/js/apps/settings/styles.css View File

@@ -26,13 +26,15 @@
}

.settings-definition {
margin: 0 -20px;
padding: 10px 20px;
border-top: 1px solid rgba(0, 0, 0, 0);
border-bottom: 1px solid rgba(0, 0, 0, 0);
display: flex;
align-items: stretch;
}

.settings-definition-changed {
margin: -10px -20px;
padding: 9px 20px;
border-top: 1px solid #faebcc;
border-bottom: 1px solid #faebcc;
background-color: #fcf8e3;

Loading…
Cancel
Save