aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/overview/styles.css
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2018-12-11 08:35:04 +0100
committersonartech <sonartech@sonarsource.com>2018-12-20 11:41:28 +0100
commit65e616ffa93f0e0029f792780ff8f3db0b830c2d (patch)
treea7495b271e05e44c328f19f1cc23689bfa6b3452 /server/sonar-web/src/main/js/apps/overview/styles.css
parent3a08c1730f3fe248414add8fa57a61c5670e04c9 (diff)
downloadsonarqube-65e616ffa93f0e0029f792780ff8f3db0b830c2d.tar.gz
sonarqube-65e616ffa93f0e0029f792780ff8f3db0b830c2d.zip
SONAR-11506, SSF-62 Handle XSS code in project links
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/styles.css')
-rw-r--r--server/sonar-web/src/main/js/apps/overview/styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/styles.css b/server/sonar-web/src/main/js/apps/overview/styles.css
index 06480c796cd..2ded3d250d6 100644
--- a/server/sonar-web/src/main/js/apps/overview/styles.css
+++ b/server/sonar-web/src/main/js/apps/overview/styles.css
@@ -470,6 +470,23 @@
background-color: transparent !important;
}
+.copy-paste-link .overview-key {
+ width: 90%;
+}
+
+.copy-paste-link .close {
+ color: black;
+ border-bottom: 0;
+ height: 100%;
+ display: inline-block;
+ margin-left: 5px;
+ box-sizing: border-box;
+}
+
+.copy-paste-link .close svg {
+ vertical-align: sub;
+}
+
.overview-deleted-profile,
.overview-deprecated-rules {
margin: 4px -6px 4px;