clipbucket/upload/plugins/cb_bbcodes/styles.css

22 lines
297 B
CSS
Raw Normal View History

2013-10-07 12:17:06 +00:00
/*
.editor {
font-family: verdana, arial, sans-serif;
font-size:13px;
}
*/
.button {
border: 1px solid #ccc;
margin: 1px;
padding: 2px;
}
.button:hover {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
}
.ed {
width: 400px;
height: 150px;
}