summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/core.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/core.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/core.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/core.css b/frontend/beta/css/yui-extensions/core.css
index fab4e47..ea9c91b 100644
--- a/frontend/beta/css/yui-extensions/core.css
+++ b/frontend/beta/css/yui-extensions/core.css
@@ -1,50 +1,25 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.ext-el-mask { 1.ext-el-mask {
27 z-index:20000; 2 z-index:20000;
28 position:absolute; 3 position:absolute;
29 top:0; 4 top:0;
30 left:0; 5 left:0;
31 -moz-opacity: 0.5; 6 -moz-opacity: 0.5;
32 opacity:.50; 7 opacity:.50;
33 filter: alpha(opacity=50); 8 filter: alpha(opacity=50);
34 background-color:#CCC; 9 background-color:#CCC;
35 width:100%; 10 width:100%;
36 height:100%; 11 height:100%;
37 zoom:1; 12 zoom:1;
38} 13}
39.ext-masked { 14.ext-masked {
40 overflow:hidden !important; 15 overflow:hidden !important;
41} 16}
42.ext-masked select,.ext-masked object,.ext-masked embed{ 17.ext-masked select,.ext-masked object,.ext-masked embed{
43 visibility:hidden; 18 visibility:hidden;
44} 19}
45.ylayer-shadow{ 20.ylayer-shadow{
46 background:#cccccc; 21 background:#cccccc;
47 opacity:.3; 22 opacity:.3;
48 -moz-opacity:.3; 23 -moz-opacity:.3;
49 filter: alpha(opacity=30); 24 filter: alpha(opacity=30);
50} \ No newline at end of file 25} \ No newline at end of file