You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/17 12:30:04 UTC

[myfaces-trinidad] 06/07: TRINIDAD-1041

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to branch 1.2.12.5.0-branch
in repository https://gitbox.apache.org/repos/asf/myfaces-trinidad.git

commit 179c23c031e67615632944e925f3b1cf86adf2a4
Author: Scott Bryan <so...@apache.org>
AuthorDate: Wed Jan 18 20:58:42 2012 +0000

    TRINIDAD-1041
---
 .../main/webapp/skins/localedemo/localedemo.css    | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/trinidad-examples/trinidad-demo/src/main/webapp/skins/localedemo/localedemo.css b/trinidad-examples/trinidad-demo/src/main/webapp/skins/localedemo/localedemo.css
new file mode 100644
index 0000000..4296a01
--- /dev/null
+++ b/trinidad-examples/trinidad-demo/src/main/webapp/skins/localedemo/localedemo.css
@@ -0,0 +1,30 @@
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License.
+ */
+
+@locale en, de {
+    af|commandButton {
+        color: red;
+    }
+}
+
+@locale ro-RO {
+    af|commandButton {
+        color: blue;
+    }
+}

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.