diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-11 02:30:05 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-11 02:30:05 +0000 |
| commit | df6916b6a2ea76f32234954f30a63ce86c2f59d6 (patch) | |
| tree | 11e382b99eded088852bb9040d7dea5a937c9b7c /share/ui | |
| parent | Move XMLDialog and Attributes Dialog to Gtk::Paned (diff) | |
| download | inkscape-df6916b6a2ea76f32234954f30a63ce86c2f59d6.tar.gz inkscape-df6916b6a2ea76f32234954f30a63ce86c2f59d6.zip | |
Add panned to XMLDialog and ArrtDialog
Diffstat (limited to 'share/ui')
| -rw-r--r-- | share/ui/style.css | 37 |
1 files changed, 7 insertions, 30 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 5a0f98a9a..0a7faa0b6 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -316,30 +316,19 @@ #LPEDialogSelector .searchbar #LPESelectorEffectFavShowImage { 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; + padding:2px; } - #XMLAndAttributesDialog .directiontoggler, - #XMLAndAttributesDialog .stylesheettoggler, - #SelectorsAndStyleDialog .directiontoggler, - #SelectorsAndStyleDialog .stylesheettoggler { - margin:2px; + .inkswitch image{ + color: transparent; + } + .inkswitch { + margin:2px; } #XMLAndAttributesDialog .toggle, @@ -350,18 +339,6 @@ padding-top: 0; padding-bottom: 0; } - - #XMLFlow GtkFlowBoxChild, - #XMLFlow flowboxchild{ - border-right-width:1px; - border-top-width:1px; - border-bottom-width:1px; - margin-top:-1px; - border-style:solid; - border-color:@borders; - padding:7px; - } - SPRuler { background-color: @theme_bg_color; color: @theme_fg_color; |
