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