Skip to content

Commit

Permalink
[mirotalksfu] - update css
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 6, 2023
1 parent 9820388 commit 04d99c4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ body {

#google_translate_element select {
background-color: #2c2c2c !important;
box-shadow: none !important;
}

/*--------------------------------------------------------------
Expand Down Expand Up @@ -144,6 +145,7 @@ body {
color: white;
border: var(--border);
border-radius: 5px;
box-shadow: none;
cursor: pointer;
}

Expand Down Expand Up @@ -272,6 +274,7 @@ body {
background-color: #2c2c2c !important;
border: var(--border);
border-radius: 5px;
box-shadow: none;
cursor: pointer;
}

Expand Down Expand Up @@ -646,13 +649,18 @@ em-emoji-picker {

.swal2-input {
border: var(--border) !important;
box-shadow: none !important;
}

.swal2-popup {
/* border: var(--border) !important; */
border: 0.5px solid rgb(255 255 255 / 32%) !important;
}

.swal2-popup .swal2-styled:focus {
box-shadow: none !important;
}

.swal2-timer-progress-bar-container {
background: #376df9;
}
Expand Down Expand Up @@ -707,6 +715,7 @@ em-emoji-picker {
select {
height: 40px;
line-height: 40px;
box-shadow: none;
}

.hidden {
Expand Down

0 comments on commit 04d99c4

Please sign in to comment.