PHP Classes

File: public/flat-admin/sass/plugins/xeditable.scss

Recommend this page to a friend!
  Classes of adriano123456   Budget System   public/flat-admin/sass/plugins/xeditable.scss   Download  
File: public/flat-admin/sass/plugins/xeditable.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Budget System
Elaborate budgets for purchases of products
Author: By
Last change:
Date: 15 days ago
Size: 432 bytes
 

Contents

Class file image Download
.editable-input{ .datepicker-inline{ width:260px; } .datepicker{ table{ tr{ td{ @include border-radius(0); &:hover{ background: #bbb; } &.active{ background: $blue; &:hover{ background: darken($blue, 15%); } } } } } } } .editable-address { display: block; margin-bottom: 5px; } .editable-address span { width: 70px; display: inline-block; }