engine/app/assets/javascripts/tinymce/themes/advanced/skins/locomotive/dialog.scss

73 lines
1.5 KiB
SCSS
Raw Normal View History

@import "compass/css3";
@import "compass/css3/border-radius";
@import "compass/css3/images";
@import "compass/css3/text-shadow";
/* Generic */
html {
}
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: 0px;
margin: 0px;
// margin: 8px 10px 0 10px;
// padding-bottom: 120px;
background: #8b8d9a;
@include border-bottom-radius(6px);
}
.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;
}