first commit
This commit is contained in:
50
libraries/grid/plugins/impromptu/themes/ext-blue.css
Normal file
50
libraries/grid/plugins/impromptu/themes/ext-blue.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/*
|
||||
------------------------------
|
||||
Ext Blue
|
||||
------------------------------
|
||||
*/
|
||||
.extbluewarning .extblue{
|
||||
border:1px red solid;
|
||||
}
|
||||
.extbluefade{
|
||||
position: absolute;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
div.extblue{
|
||||
border:1px #6289B6 solid;
|
||||
position: absolute;
|
||||
background-color: #CAD8EA;
|
||||
padding: 0;
|
||||
width: 300px;
|
||||
text-align: left;
|
||||
}
|
||||
div.extblue .extblueclose{
|
||||
background-color: #CAD8EA;
|
||||
margin:2px -2px 0 0;
|
||||
cursor: pointer;
|
||||
color: red;
|
||||
text-align: right;
|
||||
}
|
||||
div.extblue .extbluecontainer{
|
||||
background-color: #CAD8EA;
|
||||
padding: 0 5px 5px 5px;
|
||||
color: #000000;
|
||||
font:normal 11px Verdana;
|
||||
}
|
||||
div.extblue .extbluemessage{
|
||||
background-color: #CAD8EA;
|
||||
padding: 0;
|
||||
margin:0 15px 15px 15px;
|
||||
}
|
||||
div.extblue .extbluebuttons{
|
||||
text-align: center;
|
||||
padding: 0px 0 0 0;
|
||||
}
|
||||
div.extblue button{
|
||||
padding: 1px 4px;
|
||||
margin: 0 10px;
|
||||
background-color:#cccccc;
|
||||
font-weight:normal;
|
||||
font-family:Verdana;
|
||||
font-size:10px;
|
||||
}
|
||||
Reference in New Issue
Block a user