Adwaita: accelerators
This commit is contained in:
@ -1114,6 +1114,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
|
||||
}
|
||||
}
|
||||
|
||||
.menuitem .accelerator { color: gtkalpha(currentColor,0.55); }
|
||||
|
||||
|
||||
/***************
|
||||
|
||||
@ -1209,6 +1209,9 @@ GtkTreeView.view.progressbar {
|
||||
.menu .menuitem.arrow:dir(rtl) {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
|
||||
|
||||
.menuitem .accelerator {
|
||||
color: alpha(currentColor,0.55); }
|
||||
|
||||
/***************
|
||||
* Popovers *
|
||||
***************/
|
||||
|
||||
@ -1203,6 +1203,9 @@ GtkTreeView.view.progressbar {
|
||||
.menu .menuitem.arrow:dir(rtl) {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); }
|
||||
|
||||
.menuitem .accelerator {
|
||||
color: alpha(currentColor,0.55); }
|
||||
|
||||
/***************
|
||||
* Popovers *
|
||||
***************/
|
||||
|
||||
Reference in New Issue
Block a user