Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/camicroscope/camicroscope
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
birm committed Mar 21, 2024
2 parents b07912a + 88da32c commit 214feb6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/segment/segment.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ input:focus:invalid {
}

.error{
color: yellow;
color: red;
}

.switch {
Expand Down
22 changes: 16 additions & 6 deletions apps/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ nav li:not(.active):hover a {
color: black !important;
}

nav li:not(.active):hover{
background: white;
nav li:not(.active):hover {
background: white;
}

.overall {
Expand All @@ -100,11 +100,11 @@ nav li:not(.active):hover{
padding: 0 4px;
}

.btn2{
display: flex;
align-items: center;
.btn2 {
display: flex;
align-items: center;
}
@media screen and (min-width: 480px){
@media screen and (min-width: 480px) {
.reload {
display: block;
}
Expand Down Expand Up @@ -235,3 +235,13 @@ nav li:not(.active):hover{
.p {
margin-bottom: 0;
}

.close {
background-color: transparent;
border: none;
}

.close > span {
line-height: 1;
font-size: 24px;
}
2 changes: 1 addition & 1 deletion apps/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ <h3>Steps for uploading.</h3>
<ul>
<li>Select the file as Input. The <b>Token</b> field should be filled automatically, and start uploading.</li>
<li> Provide the destination filename with extension.</li>
<li>Click on the <b><i class="fas fa-arrow-right"></i></b> button to get check a preview of the slide </li>
<li>Click on the <b><i class="fas fa-arrow-right"></i></b> button to get a preview of the slide</li>
<li>Finally <b>Finish Upload</b> to post the slide to caMicroscope</li>
</ul>
</div>
Expand Down

0 comments on commit 214feb6

Please sign in to comment.