mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
Adjust primary tool bar css removing transparency
This commit is contained in:
parent
10ae253cfc
commit
20ca3984a4
1 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
@import "../styles/theme.less";
|
@import "../styles/theme.less";
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
background-color: rgba(255, 255, 255, 0.5);
|
background-color: hsl(203, 5%, 29%);
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -20,9 +20,9 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding: 2px 2px;
|
padding: 1px 1px;
|
||||||
margin: 1px 5px;
|
margin: 2px 1px;
|
||||||
color: #555;
|
color: rgb(248, 238, 238);
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
color: #999;
|
color: rgb(113, 111, 111);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.disabled:hover {
|
&.disabled:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue