mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-07-04 05:42:36 +00:00
Fixed mate issues
This commit is contained in:
@@ -2797,6 +2797,7 @@ panel-toplevel.background {
|
||||
}
|
||||
|
||||
button,
|
||||
#PanelApplet > button.toggle,
|
||||
#tasklist-button {
|
||||
@extend %panel_button;
|
||||
|
||||
@@ -2818,6 +2819,29 @@ panel-toplevel.background {
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.brisk-menu {
|
||||
entry, entry:focus {
|
||||
border-radius: 0;
|
||||
background: none;
|
||||
box-shadow: none;
|
||||
border-bottom: 1px solid $borders_color;
|
||||
}
|
||||
|
||||
.categories-list button.flat { border-radius: 3px; }
|
||||
|
||||
scrolledwindow.frame {
|
||||
border-width: 0 0 0 1px;
|
||||
margin-top: -2px;
|
||||
|
||||
.apps-list > row > button.flat {
|
||||
&, &:hover, &:active, &:disabled {
|
||||
background: none;
|
||||
transition: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user