Add .dark .teambuilder-clipboard-data (#749)

This helps to make this property more visible in darkmode.
This commit is contained in:
panpawn 2016-07-31 20:06:03 -04:00 committed by Guangcong Luo
parent b542701d07
commit 5e7d4a242c

View File

@ -2679,6 +2679,9 @@ a.ilink.yours {
right: 8px;
z-index: 2;
}
.dark .teambuilder-clipboard-data {
color: #000000;
}
.teambuilder-clipboard-data:hover {
border: 1px solid #BBBBBB;
}