aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/overview/styles.css
diff options
context:
space:
mode:
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;