Commit 11f753e7 authored by Tobias Munk's avatar Tobias Munk

updated UI/style

parent 72740c38
.hrzg-widget-widget-container { .hrzg-widget-widget-container {
min-height: 32px; min-height: 48px;
outline: 2px dotted rgba(0,0,0,0.05);
&:hover { &:hover {
outline: 2px dashed #ccc; outline: 2px dotted #ccc;
.hrzg-widget-container-controls, .hrzg-widget-widget-controls {
opacity: 1;
}
} }
.hrzg-widget-widget-controls { .hrzg-widget-widget-controls {
opacity: 0.3; opacity: 0;
position: absolute; position: absolute;
&:hover {
opacity: 1;
}
} }
.hrzg-widget-container-controls { .hrzg-widget-container-controls {
opacity: 0.3; opacity: 0;
&:hover {
opacity: 1;
}
} }
.hrzg-widget-widget { .hrzg-widget-widget {
min-height: 32px;
&:hover { &:hover {
outline: 4px solid gray; outline: 4px solid gray;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment