mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Change button hover colors
This commit is contained in:
parent
d0ddc1f49c
commit
38bd41bb9f
7 changed files with 12 additions and 12 deletions
|
|
@ -17,7 +17,7 @@
|
|||
fill: #ddd;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
color: white;
|
||||
fill: white;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
background: #333;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
&.right {
|
||||
|
|
|
|||
|
|
@ -23,19 +23,19 @@
|
|||
}
|
||||
|
||||
.icon-button {
|
||||
background: #888;
|
||||
|
||||
& + .icon-button {
|
||||
margin-left: 1px;
|
||||
}
|
||||
background: #555;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
&.active {
|
||||
background: #3194d6;
|
||||
}
|
||||
|
||||
& + .icon-button {
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
border-radius: 4px;
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
}
|
||||
|
||||
&.active {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
|
||||
svg {
|
||||
fill: #fff;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background: #555;
|
||||
background: #666;
|
||||
|
||||
svg {
|
||||
fill: #fff;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue