Adwaita: No padding for image buttons in popovers

This commit is contained in:
Matthias Clasen 2015-12-14 23:35:45 -05:00
parent 736d864d18
commit 0f7dbc3bbd
3 changed files with 12 additions and 0 deletions

View File

@ -1557,6 +1557,10 @@ popover.background {
transition: none;
}
button.image-button {
padding: 0px;
}
.csd &, & {
&.touch-selection,
&.magnifier {

View File

@ -2170,6 +2170,10 @@ popover.background {
.titlebar popover.background button.titlebutton:hover {
text-shadow: none;
transition: none; }
popover.background button.image-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
popover.background .titlebar button.titlebutton,
.titlebar popover.background button.titlebutton {
padding: 0px; }
.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
border: 1px solid rgba(255, 255, 255, 0.1); }

View File

@ -2176,6 +2176,10 @@ popover.background {
.titlebar popover.background button.titlebutton:hover {
text-shadow: none;
transition: none; }
popover.background button.image-button, popover.background headerbar button.titlebutton, headerbar popover.background button.titlebutton,
popover.background .titlebar button.titlebutton,
.titlebar popover.background button.titlebutton {
padding: 0px; }
.csd popover.background.touch-selection, .csd popover.background.magnifier, popover.background.touch-selection, popover.background.magnifier {
border: 1px solid rgba(255, 255, 255, 0.1); }