From e3c9ea1cb19dc4d381c263b718ffd24e5ef55438 Mon Sep 17 00:00:00 2001 From: Rory MacQueen Date: Mon, 30 Sep 2013 18:27:49 -0700 Subject: Gave category page back button a name Previously this asset button did not have a name and we were just styling it by styling the Gjs AssetButton. However, this will not work when we want to add other asset buttons with different styling, so giving it its own name [endlessm/eos-sdk#301] --- data/css/eos-wikipedia-domain.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/css/eos-wikipedia-domain.css b/data/css/eos-wikipedia-domain.css index 715f20f..2b20fb5 100644 --- a/data/css/eos-wikipedia-domain.css +++ b/data/css/eos-wikipedia-domain.css @@ -89,12 +89,12 @@ Gjs_CategoryButton GtkEventBox:hover { background-color: rgba(0, 0, 0, 0.2); } -Gjs_AssetButton { +#category_page_back_button { font-weight: bold; color: alpha(white, 0.0); } -Gjs_AssetButton:prelight { +#category_page_back_button:prelight { text-shadow: 0px 1px 0px alpha(#000000, 0.5), 0px 0px 12px alpha(#000000, 0.3); color: alpha(white, 1.0); } -- cgit v1.2.3