Skip to content
Snippets Groups Projects
Commit 9b4be669 authored by Arkerthan's avatar Arkerthan
Browse files

CSS cleanup

parent fd0bd5a9
No related branches found
No related tags found
1 merge request!11777Fixes & refactors
...@@ -18,17 +18,17 @@ ...@@ -18,17 +18,17 @@
} }
.rightArrow { .rightArrow {
right: 0px; right: 0;
} }
.leftArrow { .leftArrow {
left: 0px; left: 0;
} }
.arrow { .arrow {
display: none; display: none;
position: absolute; position: absolute;
bottom: 0px; bottom: 0;
cursor: pointer; cursor: pointer;
border: none; border: none;
background: none; background: none;
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
.ai-toolbar { .ai-toolbar {
display: none; display: none;
position: absolute; position: absolute;
right: 0px; right: 0;
top: 0px; top: 0;
} }
.ai-art-container:hover .ai-toolbar { .ai-art-container:hover .ai-toolbar {
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
} }
.zoom-in::after { .zoom-in::after {
font-family: "tme-fa-icons"; font-family: "tme-fa-icons";
content: " \e83c"; /* Zoom in icon */ content: " \e83c"; /* Zoom in icon */
} }
...@@ -126,4 +126,4 @@ ...@@ -126,4 +126,4 @@
100% { 100% {
transform: translate(-50%, -50%) rotate(360deg); transform: translate(-50%, -50%) rotate(360deg);
} }
} }
\ No newline at end of file
ul.choices-strip { ul.choices-strip {
display: inline; display: inline;
list-style-type: none; list-style-type: none;
padding: 0mm; padding: 0;
margin-left: 0em; margin-left: 0;
} }
ul.choices-strip li { ul.choices-strip li {
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
} }
.ra-onoffswitch-checkbox:checked + .ra-onoffswitch-label .ra-onoffswitch-switch { .ra-onoffswitch-checkbox:checked + .ra-onoffswitch-label .ra-onoffswitch-switch {
right: 0px; right: 0;
background-color: #2D80E0; background-color: #2D80E0;
} }
......
...@@ -27,20 +27,20 @@ ...@@ -27,20 +27,20 @@
.ra-sum thead th { .ra-sum thead th {
position: sticky; position: sticky;
top: 0px; top: 0;
z-index: 1; z-index: 1;
background: #111; background: #111;
} }
.ra-sum thead th:first-child { .ra-sum thead th:first-child {
position: sticky; position: sticky;
left: 0px; left: 0;
z-index: 2; z-index: 2;
} }
.ra-sum tbody th { .ra-sum tbody th {
position: sticky; position: sticky;
left: 0px; left: 0;
z-index: 1; z-index: 1;
background: #111; background: #111;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment