diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-11 06:28:47 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-11 06:28:47 +0000 |
| commit | c3bcdae235a42a9ed7146d961237c044222c8503 (patch) | |
| tree | 97c2f9ce3919c64c4daf498d4ed420e55c96e642 /share | |
| parent | Fix coding style (diff) | |
| download | inkscape-c3bcdae235a42a9ed7146d961237c044222c8503.tar.gz inkscape-c3bcdae235a42a9ed7146d961237c044222c8503.zip | |
trying to improbe @doctormo feedback
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 0a7faa0b6..cdca64d96 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -323,12 +323,24 @@ margin:2px; padding:2px; } + + .inksmall{ + font-size:11; + } + + .inkswitch slider{ + min-width:18px; + min-height:18px; + } .inkswitch image{ color: transparent; } + .inkswitch { margin:2px; + padding:0; + font-size:8px; } #XMLAndAttributesDialog .toggle, |
