mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
themes: Add padding for radio icons in tool selection options
Resolves issue #13901 Some system themes did not add sufficient padding around radio icons in our Tool options (like Move and Rectangle Selection). This made it more difficult to see what was selected. This patch defines padding to ensure there is enough space to see which option is currently selected.
This commit is contained in:
parent
dc873c18c4
commit
a937a229c2
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
* or from GIMP's UI: File > Debug > Start GtkInspector
|
||||
*/
|
||||
|
||||
|
||||
@import url("../System/gimp.css");
|
||||
|
||||
* {
|
||||
|
@ -608,6 +609,11 @@ radio {
|
|||
min-height: 14px;
|
||||
}
|
||||
|
||||
/* Add padding for selection option radio buttons with icons */
|
||||
button.radio image {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* Removes "blurred" effect from tooltip label */
|
||||
tooltip {
|
||||
background-color: @bg-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue