engine/public/javascripts/admin/plugins/tiny_mce/themes/advanced/skins/locomotive/dialog.css

61 lines
1.3 KiB
CSS
Executable File

/* Generic */
body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-size: 13px;
/* font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;*/
background: #fff;
padding:0;
margin: 8px 10px 0 10px;
padding-bottom: 120px;
}
.title {
color: #8B8D9A;
padding: 5px 0px 10px 0px;
}
.tabs { display: none; }
.mceActionPanel {
position: absolute;
left: 0px;
bottom: 0px;
height: 49px;
width: 100%;
background: #8b8d9a;
padding: 12px 0 0 0px;
text-align: right;
}
.mceMiddle span {
background: red !important;
}
.mceActionPanel input {
color: #787A89;
text-shadow: 1px 1px 1px #fff;
background: #d9dce8;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 1px 1px 1px #333;
padding: 6px 9px 8px;
margin: 5px 20px 0 0;
font-size: 1em;
border: 0px;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.01, rgb(215,219,231)),
color-stop(0.47, rgb(235,237,244)),
color-stop(0.7, rgb(235,237,244))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(215,219,231) 1%,
rgb(235,237,244) 47%,
rgb(235,237,244) 70%
);
cursor: pointer;
}