Sha256: 297cbeaddf2eac96960868c88dc8655e750e5bea9cfe4b92ae02781d52921061

Contents?: true

Size: 1.89 KB

Versions: 2

Compression:

Stored size: 1.89 KB

Contents

/**
 * MacOS X like theme for elFinder.
 * Required jquery ui "smoothness" theme.
 *
 * @author Dmitry (dio) Levashov
 *

/* dialogs

.std42-dialog
  background-color: #ededed
  background-image: none
  background-clip: content-box

  .ui-widget-content
    background-color: #ededed
    background-image: none
    background-clip: content-box

/* navbar

.elfinder .elfinder-navbar
  background: #dde4eb

.elfinder-navbar
  .ui-state-hover
    background: transparent
    border-color: transparent

  .ui-state-active
    background: #3875d7
    border-color: #3875d7
    color: #fff

  .elfinder-droppable-active
    background: #A7C6E5 !important

/* disabled elfinder

.elfinder-disabled .elfinder-navbar .ui-state-active
  background: #dadada
  border-color: #aaa
  color: #fff

/* current directory
/* selected file in "icons" view

.elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover
  background: #ccc

/* list view

.elfinder-cwd table
  thead td.ui-state-hover
    background: #ddd

  tr
    &:nth-child(odd)
      background-color: #edf3fe

    border: 1px solid transparent
    border-top: 1px solid #fff

/* common selected background/color

.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, .elfinder-cwd table td.ui-state-hover, .elfinder-button-menu .ui-state-hover
  background: #3875d7
  color: #fff

/* disabled elfinder

.elfinder-disabled
  .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, .elfinder-cwd table td.ui-state-hover
    background: #dadada

/* statusbar

.elfinder .elfinder-statusbar
  color: #555

  a
    text-decoration: none
    color: #555

.std42-dialog .elfinder-help
  background: #fff

  .ui-widget-content
    background: #fff

/* contextmenu

.elfinder-contextmenu .ui-state-hover
  background: #3875d7
  color: #fff

  .elfinder-contextmenu-arrow
    background-image: image_url('el_vfs/elfinder//arrows-active.png')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
el_vfs_client-0.4.5 app/assets/stylesheets/el_vfs/theme.sass
el_vfs_client-0.4.4 app/assets/stylesheets/el_vfs/theme.sass