This commit is contained in:
Markos Gogoulos 2025-05-23 18:22:04 +03:00
parent e4e5468a1c
commit 68a209501e
2 changed files with 11 additions and 11 deletions

View File

@ -219,7 +219,7 @@
border: 2px solid rgba(0, 123, 255, 0.9); /* Blue border */ border: 2px solid rgba(0, 123, 255, 0.9); /* Blue border */
} }
.clip-segment:nth-child(even), .segment-color-2, .segment-color-4, .segment-color-6, .segment-color-8 { .clip-segment:nth-child(even), .segment-color-2, .segment-color-4, .segment-color-6, .segment-color-8 {
background-color: transparent; background-color: transparent;
border: 2px solid rgba(108, 117, 125, 0.9); /* Gray border */ border: 2px solid rgba(108, 117, 125, 0.9); /* Gray border */
} }
@ -420,7 +420,7 @@ button[disabled][data-tooltip]::after {
padding: 4px 8px; padding: 4px 8px;
border-radius: 3px; border-radius: 3px;
white-space: nowrap; white-space: nowrap;
/* Position below the button */ /* Position below the button */
bottom: -35px; bottom: -35px;
left: 50%; left: 50%;
@ -433,7 +433,7 @@ button[disabled][data-tooltip]::after {
border-width: 5px; border-width: 5px;
border-style: solid; border-style: solid;
border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent; border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
/* Position the arrow */ /* Position the arrow */
bottom: -15px; bottom: -15px;
left: 50%; left: 50%;
@ -617,7 +617,7 @@ button[disabled][data-tooltip]::after {
} }
/* Save buttons styling */ /* Save buttons styling */
.save-button, .save-copy-button { .save-button, .save-copy-button, .save-segments-button {
background-color: rgba(0, 123, 255, 0.8); background-color: rgba(0, 123, 255, 0.8);
color: white; color: white;
border: none; border: none;
@ -706,7 +706,7 @@ button[disabled][data-tooltip]::after {
align-items: flex-start; align-items: flex-start;
gap: 15px; gap: 15px;
} }
.controls-right { .controls-right {
margin-top: 10px; margin-top: 10px;
width: 100%; width: 100%;
@ -757,28 +757,28 @@ button[disabled][data-tooltip]::after {
align-items: flex-start; align-items: flex-start;
gap: 10px; gap: 10px;
} }
.time-button-group { .time-button-group {
width: 100%; width: 100%;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-top: 10px; margin-top: 10px;
} }
.controls-right { .controls-right {
flex-wrap: wrap; flex-wrap: wrap;
gap: 8px; gap: 8px;
} }
.save-button, .save-copy-button { .save-button, .save-copy-button {
margin-top: 8px; margin-top: 8px;
width: 100%; width: 100%;
} }
.zoom-dropdown-container { .zoom-dropdown-container {
width: 100%; width: 100%;
} }
.zoom-button { .zoom-button {
width: 100%; width: 100%;
justify-content: center; justify-content: center;

File diff suppressed because one or more lines are too long