Skip to content
Snippets Groups Projects
Commit 017872fe authored by Nikolaos Beer's avatar Nikolaos Beer
Browse files

Add css rules for part label in horizontal measure viewer

parent 028f0545
No related branches found
No related tags found
No related merge requests found
......@@ -118,3 +118,24 @@ span.italic {
.hidden {
display: none;
}
/* part label in horizontalMeasureViewer */
.part {
z-index: 1;
}
.partInner {
font-size: 13px;
font-weight: bold;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255,0.9),rgba(255, 255, 255,0.8)) !important;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255,0.9),rgba(255, 255, 255,0.8)) !important;
box-shadow: 3px 3px 5px rgba(0,0,0,0.7);
padding: 2px 5px;
border-radius: 5px;
color: rgba(0,0,0,0.75);
position: absolute;
top: 5px;
left: 10px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment