diff options
Diffstat (limited to 'share/ui/style.css')
| -rw-r--r-- | share/ui/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index d70fad17c..5a0f98a9a 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -317,27 +317,32 @@ color: @theme_fg_color; } + #XMLDialogAndAttribuesDialog, #SelectorsAndStyleDialog{ min-height:200px; min-width:250px; } - + #XMLAndAttributesDialog button, #SelectorsAndStyleDialog button{ padding:4px; min-height:16px; margin:2px; } - + #XMLAndAttributesDialog .directiontoggler image, + #XMLAndAttributesDialog .stylesheettoggler image, #SelectorsAndStyleDialog .directiontoggler image, #SelectorsAndStyleDialog .stylesheettoggler image { color: transparent; } + #XMLAndAttributesDialog .directiontoggler, + #XMLAndAttributesDialog .stylesheettoggler, #SelectorsAndStyleDialog .directiontoggler, #SelectorsAndStyleDialog .stylesheettoggler { margin:2px; } + #XMLAndAttributesDialog .toggle, #SelectorsAndStyleDialog .toggle { min-width: 18px; padding-left: 6px; |
