Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +35 -0
static/style.css
CHANGED
|
@@ -1012,3 +1012,38 @@ cursor: pointer;
|
|
| 1012 |
align-items: center;
|
| 1013 |
flex-wrap: wrap; /* in case the row is narrow */
|
| 1014 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1012 |
align-items: center;
|
| 1013 |
flex-wrap: wrap; /* in case the row is narrow */
|
| 1014 |
}
|
| 1015 |
+
#popupbuttonAddTable,#popupbuttonsDeleteTable{
|
| 1016 |
+
/* width:100px; */
|
| 1017 |
+
padding: 4.5px 5.5px; /*102*/
|
| 1018 |
+
border-radius: 5px;
|
| 1019 |
+
border: none;
|
| 1020 |
+
font-family: "acumin-pro", sans-serif;
|
| 1021 |
+
font-weight: bold;
|
| 1022 |
+
font-style: normal;
|
| 1023 |
+
font-size: 13px;
|
| 1024 |
+
color:#fff;
|
| 1025 |
+
background-color: #098815;
|
| 1026 |
+
/* float: right; */
|
| 1027 |
+
margin-bottom: 8px;
|
| 1028 |
+
margin-left: 2px;
|
| 1029 |
+
}
|
| 1030 |
+
|
| 1031 |
+
#popupbuttonsDeleteTable{
|
| 1032 |
+
background-color: #880909;
|
| 1033 |
+
margin-left:4px;
|
| 1034 |
+
}
|
| 1035 |
+
|
| 1036 |
+
#popupbuttonAddTable:hover
|
| 1037 |
+
{
|
| 1038 |
+
color:black;
|
| 1039 |
+
box-shadow: 0 0 8px 2px #098815;
|
| 1040 |
+
}
|
| 1041 |
+
|
| 1042 |
+
#popupbuttonsDeleteTable:hover{
|
| 1043 |
+
color:black;
|
| 1044 |
+
box-shadow: 0 0 8px 2px #880909;
|
| 1045 |
+
}
|
| 1046 |
+
#pdftodxfFileButton:hover{
|
| 1047 |
+
color:black;
|
| 1048 |
+
box-shadow: 0 0 8px 2px #1645c7;
|
| 1049 |
+
}
|