Add radio indicator to external editor selector
Make it easier to see that the selector is for changing the current editor and not for immediately sending the image to the clicked-on editor.
This commit is contained in:
@@ -1278,6 +1278,11 @@ menuitem:hover > * {
|
||||
color: @text-hl-color;
|
||||
}
|
||||
|
||||
menu menuitem > radio + * image:not(.dummy),
|
||||
#MyExpander menu menuitem > radio + * image:not(.dummy) {
|
||||
margin-left: 1pt;
|
||||
}
|
||||
|
||||
menu image:not(.dummy),
|
||||
#MyExpander menu image:not(.dummy) {
|
||||
min-height: 2em;
|
||||
|
||||
@@ -383,6 +383,11 @@ menu arrow {
|
||||
margin: 0 -0.25em 0 0;
|
||||
}
|
||||
|
||||
menu menuitem > radio + * image:not(.dummy),
|
||||
#MyExpander menu menuitem > radio + * image:not(.dummy) {
|
||||
margin-left: 1pt;
|
||||
}
|
||||
|
||||
menu image:not(.dummy),
|
||||
#MyExpander menu image:not(.dummy) {
|
||||
min-height: 2em;
|
||||
@@ -1029,4 +1034,4 @@ messagedialog headerbar button.titlebutton {
|
||||
min-height: 1.25em;
|
||||
margin: 0;
|
||||
}
|
||||
/*** end ***************************************************************************************/
|
||||
/*** end ***************************************************************************************/
|
||||
|
||||
@@ -351,6 +351,11 @@ menu arrow {
|
||||
margin: 0 -0.25em 0 0;
|
||||
}
|
||||
|
||||
menu menuitem > radio + * image:not(.dummy),
|
||||
#MyExpander menu menuitem > radio + * image:not(.dummy) {
|
||||
margin-left: 1pt;
|
||||
}
|
||||
|
||||
menu image:not(.dummy),
|
||||
#MyExpander menu image:not(.dummy) {
|
||||
min-height: 2em;
|
||||
|
||||
Reference in New Issue
Block a user