summaryrefslogtreecommitdiff
path: root/test/smoke-tests/eosactionbutton.css
diff options
context:
space:
mode:
authorFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-13 16:54:34 +0100
committerFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-21 14:14:14 +0100
commite3dd4555543b5476ee2b9197bd19f49476aca5d4 (patch)
tree2487a634be7c3f26c03c02309cc4e44130c176e0 /test/smoke-tests/eosactionbutton.css
parent45ee1b7fe40c97a539def40c92fd3f6b47279cc6 (diff)
Small changes to EosActionMenu. A more complete example of how to use it in an application, including changes to CSS.
[endlessm/eos-sdk#79]
Diffstat (limited to 'test/smoke-tests/eosactionbutton.css')
-rw-r--r--test/smoke-tests/eosactionbutton.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/smoke-tests/eosactionbutton.css b/test/smoke-tests/eosactionbutton.css
index 6fd657b..e4a8267 100644
--- a/test/smoke-tests/eosactionbutton.css
+++ b/test/smoke-tests/eosactionbutton.css
@@ -1,3 +1,5 @@
+/* ****** ACTION BUTTONS ****** */
+
EosActionButton {
background-color: transparent;
border-color: #012345;
@@ -54,3 +56,17 @@ EosActionButton:focused {
EosActionButton:inconsistent {
border-color: #6789AB;
}
+
+/* ****** ACTION MENU ****** */
+
+GtkFrame#menu {
+ background-color: #D3D7CF;
+ border-color: #E1E2DE;
+ border-width: 0 0 0 6px;
+}
+
+GtkLabel#content {
+ color: #BABDB6;
+ font-size: 48pt;
+ background: #EEEEEC;
+}