Skip to content
Snippets Groups Projects
Commit f8f6028d authored by RANWEZ Pierre's avatar RANWEZ Pierre :anchor:
Browse files

:lipstick: ui: cursor and width

parent 2c676f5b
No related branches found
No related tags found
1 merge request!1✨ feat: CSSLSD V2
body { body {
background-color: #00204b; background-color: #00204b;
color: white; color: white;
width: 600px; min-width: 600px;
width: 98%;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
} }
#editor { #editor {
...@@ -16,7 +19,7 @@ body { ...@@ -16,7 +19,7 @@ body {
grid-template-columns: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr);
grid-column-gap: 10px; grid-column-gap: 10px;
grid-row-gap: 10px; grid-row-gap: 10px;
margin-bottom: 10px; margin: 12px;
} }
.actions button { .actions button {
...@@ -40,10 +43,11 @@ body { ...@@ -40,10 +43,11 @@ body {
.midiI:hover, .midiI:hover,
.onOff:hover, .onOff:hover,
.audioI:hover { .audioI:hover {
background: red; background: #43B181;
cursor: pointer;
} }
.active { .active {
border-color: red; border-color: #43B181;
animation: heartbeat 1.5s ease-in-out infinite both; animation: heartbeat 1.5s ease-in-out infinite both;
} }
...@@ -147,7 +151,7 @@ details[open] summary:after { ...@@ -147,7 +151,7 @@ details[open] summary:after {
} }
details { details {
margin-bottom: 12px; margin: 12px;
padding-top: 12px; padding-top: 12px;
border-top: rgba(255, 255, 255, 0.3) solid 1px; border-top: rgba(255, 255, 255, 0.3) solid 1px;
} }
...@@ -163,6 +167,7 @@ details[open] > *:not(summary) { ...@@ -163,6 +167,7 @@ details[open] > *:not(summary) {
} }
summary { summary {
font-size: 17px; font-size: 17px;
cursor: pointer;
} }
table { table {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment