summaryrefslogtreecommitdiff
path: root/data/css/eos-wikipedia-domain.css
diff options
context:
space:
mode:
authorRory MacQueen <rorymacqueen@gmail.com>2013-09-30 18:27:49 -0700
committerRory MacQueen <rorymacqueen@gmail.com>2013-10-01 10:03:11 -0700
commite3c9ea1cb19dc4d381c263b718ffd24e5ef55438 (patch)
tree1162c96560f4f82ee3adfa64834241720aa3ce41 /data/css/eos-wikipedia-domain.css
parente17e7600545cfdfa5da41a3dba6cb31292e77e96 (diff)
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]
Diffstat (limited to 'data/css/eos-wikipedia-domain.css')
-rw-r--r--data/css/eos-wikipedia-domain.css4
1 files changed, 2 insertions, 2 deletions
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);
}