forked from AuroraMiddleware/gtk
Merge branch 'wip/jimmac/vte-bg-color' into 'master'
Wip/jimmac/vte bg color Closes vte#226 See merge request GNOME/gtk!2403
This commit is contained in:
commit
cd0b9a2359
@ -112,5 +112,8 @@ read if you used those and something break with a version upgrade you're on your
|
||||
|
||||
//FIXME this is really an API
|
||||
|
||||
/* content view background such as thumbnails view in Photos or Boxes */
|
||||
@define-color content_view_bg #{"" + $base_color};
|
||||
|
||||
/* Very contrasty background for text views (@theme_text_color foreground) */
|
||||
@define-color text_view_bg #{"" + if($variant == 'light', $base_color, darken($base_color,6%))};
|
||||
|
@ -542,6 +542,10 @@ button {
|
||||
min-width: 24px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
||||
&.circular {
|
||||
min-height: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&.text-button {
|
||||
|
Loading…
Reference in New Issue
Block a user