##// END OF EJS Templates
made the copy to clip less visible and added a left margin
Liviu -
r3712:b2d94a75 new-ui
parent child Browse files
Show More
@@ -107,6 +107,12 b' input + .action-link, .action-link.first'
107
107
108 .clipboard-action {
108 .clipboard-action {
109 cursor: pointer;
109 cursor: pointer;
110 color: @grey4;
111 margin-left: 5px;
112
113 &:hover {
114 color: @grey2;
115 }
110 }
116 }
111
117
112 ul.simple-list{
118 ul.simple-list{
General Comments 0
You need to be logged in to leave comments. Login now