[gnome-boxes] gtk-style: Apply proper border to boxes-menu-row
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] gtk-style: Apply proper border to boxes-menu-row
- Date: Tue, 12 Sep 2017 09:15:06 +0000 (UTC)
commit 42696396e936b998c3882067e75fd7ca982e5be2
Author: Felipe Borges <felipeborges gnome org>
Date: Mon Sep 11 11:39:42 2017 +0200
gtk-style: Apply proper border to boxes-menu-row
The "Enter URL" button in the New Box wizard had a border-radius
applied to its bottom instead of the top.
The intention of this styling is to indicate a correlation between
the button and the content below. This way, the border-radius
should be applied in the top as the mockups indicate.
https://bugzilla.gnome.org/show_bug.cgi?id=787527
data/gtk-style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index ea3cc49..cc97be6 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -77,7 +77,7 @@
/* Corner rounding */
.boxes-menu >.boxes-menu-row:nth-last-child(2) {
- border-radius: 0 0 15px 15px;
+ border-radius: 15px 15px 0 0;
-gtk-outline-radius: 0 0 13px 13px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]