Update static/style.css
Browse files- static/style.css +6 -7
static/style.css
CHANGED
|
@@ -299,7 +299,7 @@ body{
|
|
| 299 |
margin-right: 3px;
|
| 300 |
margin-top:5px;
|
| 301 |
}
|
| 302 |
-
#pdftodxfFileButton{
|
| 303 |
background-color: #1645c7;
|
| 304 |
border: none;
|
| 305 |
padding: 7px 10px; /*102*/
|
|
@@ -314,15 +314,16 @@ body{
|
|
| 314 |
display:inline-block;
|
| 315 |
margin-left: -7px;
|
| 316 |
}
|
| 317 |
-
#pdftodxfFileButton:hover{
|
| 318 |
color:black;
|
| 319 |
box-shadow: 0 0 8px 2px #1645c7;
|
| 320 |
}
|
| 321 |
|
|
|
|
| 322 |
input[type="file"]::-webkit-file-upload-button{
|
| 323 |
display:none;
|
| 324 |
}
|
| 325 |
-
#dxfdiv{
|
| 326 |
margin-top: 10px;
|
| 327 |
/* margin-left: -7px; */
|
| 328 |
}
|
|
@@ -1057,10 +1058,8 @@ background-color: #880909;
|
|
| 1057 |
color:black;
|
| 1058 |
box-shadow: 0 0 8px 2px #880909;
|
| 1059 |
}
|
| 1060 |
-
|
| 1061 |
-
|
| 1062 |
-
box-shadow: 0 0 8px 2px #1645c7;
|
| 1063 |
-
}
|
| 1064 |
|
| 1065 |
#canvas21 { border: 1px solid black; max-width: 50%; max-height: 50;}
|
| 1066 |
#segmented-img {border: 1px solid black; max-width: 50%; max-height: 50; }
|
|
|
|
| 299 |
margin-right: 3px;
|
| 300 |
margin-top:5px;
|
| 301 |
}
|
| 302 |
+
#pdftodxfFileButton,#csvFileButton{
|
| 303 |
background-color: #1645c7;
|
| 304 |
border: none;
|
| 305 |
padding: 7px 10px; /*102*/
|
|
|
|
| 314 |
display:inline-block;
|
| 315 |
margin-left: -7px;
|
| 316 |
}
|
| 317 |
+
#pdftodxfFileButton:hover,#csvFileButton:hover{
|
| 318 |
color:black;
|
| 319 |
box-shadow: 0 0 8px 2px #1645c7;
|
| 320 |
}
|
| 321 |
|
| 322 |
+
|
| 323 |
input[type="file"]::-webkit-file-upload-button{
|
| 324 |
display:none;
|
| 325 |
}
|
| 326 |
+
#dxfdiv,#csvdiv{
|
| 327 |
margin-top: 10px;
|
| 328 |
/* margin-left: -7px; */
|
| 329 |
}
|
|
|
|
| 1058 |
color:black;
|
| 1059 |
box-shadow: 0 0 8px 2px #880909;
|
| 1060 |
}
|
| 1061 |
+
|
| 1062 |
+
|
|
|
|
|
|
|
| 1063 |
|
| 1064 |
#canvas21 { border: 1px solid black; max-width: 50%; max-height: 50;}
|
| 1065 |
#segmented-img {border: 1px solid black; max-width: 50%; max-height: 50; }
|