Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/third_party/closure/goog/css/roundedpanel.css
2868 views
1
/*
2
* Copyright 2010 The Closure Library Authors. All Rights Reserved.
3
*
4
* Use of this source code is governed by the Apache License, Version 2.0.
5
* See the COPYING file for details.
6
*/
7
8
/*
9
* Standard styles for RoundedPanel.
10
*
11
* @author [email protected] (Peter Pallos)
12
*/
13
14
.goog-roundedpanel {
15
position: relative;
16
z-index: 0;
17
}
18
19
.goog-roundedpanel-background {
20
position: absolute;
21
left: 0;
22
top: 0;
23
width: 100%;
24
height: 100%;
25
z-index: -1;
26
}
27
28
.goog-roundedpanel-content {
29
}
30
31