Files
Phraseanet/resources/www/prod/skins/ui-components/_buttons.scss
Florian BLOUET 205aae28de PHRAS-450 - fix captured images dimension issue
Admin - allow input value change for sliders
fix misc css issues
update jquery checked attr into prop
2015-12-03 15:24:29 +01:00

25 lines
856 B
SCSS

@import '../../../../../www/bower_components/bootstrap-sass/vendor/assets/stylesheets/bootstrap/_mixins.scss';
.btn, input[type="file"] {
//font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
//font-size: 12px;
//font-weight: bold;
// soften button edges:
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
@include buttonBackground($btnBackground, $btnBackgroundHighlight, $btnColor, $btnTextShadow);
}
// @TODO .btn-primary
.ui-dialog .btn, .ui-widget-content .btn {
// font-family: verdana,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: $mediumFontSize;
font-weight: bold;
color: $btnColor;
}
.btn.btn-inverse {
@include buttonBackground($btnInverseBackground, $btnInverseBackgroundHighlight, $btnInverseColor, $btnInverseTextShadow);
}
.input-append button.btn {
border-left: 1px solid $btnGrpSeparatorColor;
}