Mercurial > hg > dml-open-vis
comparison src/DML/MainVisBundle/Resources/assets/jquery.ui.less @ 0:493bcb69166c
added public content
| author | Daniel Wolff |
|---|---|
| date | Tue, 09 Feb 2016 20:54:02 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:493bcb69166c |
|---|---|
| 1 @import "./config.less"; | |
| 2 | |
| 3 .ui-widget { | |
| 4 .font_standard(); | |
| 5 } | |
| 6 .ui-widget-content { | |
| 7 background-image: none; | |
| 8 } | |
| 9 | |
| 10 .ui-menu .ui-menu-item { | |
| 11 list-style-image: none; | |
| 12 } | |
| 13 | |
| 14 .ui-menu-item { | |
| 15 font-weight: normal !important; | |
| 16 padding-left: 4px !important; | |
| 17 } | |
| 18 | |
| 19 .ui-autocomplete { | |
| 20 background: #eee; | |
| 21 border: 1px solid #ccc; | |
| 22 .border-bottom-left-radius (@--border-radius); | |
| 23 .border-bottom-right-radius(@--border-radius); | |
| 24 overflow: hidden; | |
| 25 } | |
| 26 | |
| 27 .ui-state-hover, | |
| 28 .ui-widget-content | |
| 29 .ui-state-hover, | |
| 30 .ui-widget-header | |
| 31 .ui-state-hover, | |
| 32 .ui-state-focus, | |
| 33 .ui-widget-content | |
| 34 .ui-state-focus, | |
| 35 .ui-widget-header | |
| 36 .ui-state-focus { | |
| 37 background-image: none; | |
| 38 } | |
| 39 | |
| 40 | |
| 41 // ---------------------------------- | |
| 42 .ui_config-grid-type_collection { | |
| 43 .ui-state-focus { | |
| 44 color: @config-grid_collection--color_main; | |
| 45 //background: @config-grid_collection--color_panel-background; | |
| 46 background: none; | |
| 47 border-color: #eee; | |
| 48 } | |
| 49 } | |
| 50 | |
| 51 .ui_config-grid-type_recording { | |
| 52 .ui-state-focus { | |
| 53 color: @config-grid_recording--color_main; | |
| 54 //background: @config-grid_recording--color_panel-background; | |
| 55 background: none; | |
| 56 border-color: #eee; | |
| 57 } | |
| 58 } |
