]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-14317 Fix styling
authorJeremy Davis <jeremy.davis@sonarsource.com>
Tue, 12 Jan 2021 10:12:36 +0000 (11:12 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 19 Jan 2021 20:33:53 +0000 (20:33 +0000)
server/sonar-web/src/main/js/app/theme.js

index 3167e6be1af189b7423307a4a373a5baf9e85c05..431e5654be6e22c031317ed85731f56b951f38a4 100644 (file)
@@ -34,6 +34,7 @@ module.exports = {
     orange: '#ed7d20',
     red: '#d4333f',
     purple: '#9139d4',
+    white: '#ffffff',
 
     gray94: '#efefef',
     gray80: '#cdcdcd',
@@ -44,6 +45,7 @@ module.exports = {
 
     transparentWhite: 'rgba(255,255,255,0.62)',
     transparentGray: 'rgba(200, 200, 200, 0.5)',
+    transparentBlack: 'rgba(0, 0, 0, 0.25)',
 
     disableGrayText: '#bbb',
     disableGrayBorder: '#ddd',