minor visual changes
This commit is contained in:
parent
50e15d3d38
commit
4b7e21be29
3 changed files with 38 additions and 30 deletions
|
@ -10,11 +10,16 @@ window {
|
|||
/* search entry */
|
||||
entry {
|
||||
background-color: alpha(@surface0, 0.5);
|
||||
color: @text;
|
||||
}
|
||||
|
||||
button, image {
|
||||
button, box, widget, image {
|
||||
background: none;
|
||||
border: none
|
||||
border: none;
|
||||
color: @text;
|
||||
text-shadow: 0 1px alpha(@base, 0.75);
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button {
|
||||
|
@ -22,6 +27,6 @@ button {
|
|||
border-radius: 1em;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: alpha(@surface0, 0.5);
|
||||
button:hover, button:active, box:hover, box:active {
|
||||
background: alpha(@surface0, 0.5);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue