Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   Popup Windows
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
QDialog {
Kite 8c766d
  background-color: @bg;
Kite 8c766d
  & #dialogButtonFrame {
Kite 8c766d
    background-color: @dialogButtonFrame-bg-color;
Kite 521c84
    border-top: 1 solid @accent;
Kite 8c766d
    & QPushButton {
Kite 8c766d
      border-color: @button-dialog-border-color;
Kite 8c766d
      outline: 0;
Kite 8c766d
      &:focus {
Kite 8c766d
        background-color: @button-bg-color-focus;
Kite 8c766d
        border-color: @button-border-color-focus;
Kite 8c766d
        color: @button-text-color-focus;
Kite 8c766d
        &:hover {
Kite 8c766d
          background-color: @button-bg-color-focus-hover;
Kite 8c766d
        }
Kite 8c766d
        &:pressed {
Kite 8c766d
          background-color: @button-bg-color-pressed;
Kite 8c766d
          border-color: @button-border-color-pressed;
Kite 8c766d
          color: @button-text-color-pressed;
Kite 8c766d
        }
Kite 8c766d
      }
Kite 8c766d
    }
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   Scene Settings
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
#SceneSettings {
Kite 8c766d
  & QLabel {
Kite 8c766d
    color: @label-title;
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   Preferences
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 39a8a5
#PreferencesPopup, #OutputSettingsPopup {
Kite 8c766d
  & QListWidget {
Kite 8c766d
    background-color: @prefs-tree-bg-color;
Kite 8c766d
    alternate-background-color: @prefs-tree-bg-color;
Kite 8c766d
    border: 1 solid @accent;
shun-iwasawa ba4abf
    font-size: 13px;
Kite 8c766d
    &::item {
Kite 8c766d
      border: 0; // remove indent on hover
Kite 8c766d
      padding: 3;
Kite 8c766d
      &:hover {
Kite 8c766d
        .hl-color-secondary;
Kite 8c766d
      }
Kite 8c766d
      &:selected {
Kite 8c766d
        .hl-color;
Kite 8c766d
      }
Kite 8c766d
    }
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   Keyboard Shortcuts
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
#ShortcutTree {
Kite 8c766d
  &::item {
Kite 8c766d
    padding: 1 0;
Kite 8c766d
  }
Kite 8c766d
  border: 1 solid @accent;
Kite 8c766d
  & QScrollBar {
Kite 8c766d
    &:vertical {
Kite 8c766d
      width: 16;
Kite 8c766d
      margin-right: -1;
Kite 8c766d
    }
Kite 8c766d
  }
Kite 8c766d
}
Kite 8c766d

shun-iwasawa 83baef
#ShortcutViewer {
shun-iwasawa 83baef
  font-size: 17px;
shun-iwasawa 83baef
  & QLineEdit{
shun-iwasawa 83baef
    color:black;
shun-iwasawa 83baef
    border-color: rgb(184, 188, 127);
shun-iwasawa 83baef
    background-color: white;
shun-iwasawa 83baef
    &:focus{
shun-iwasawa 83baef
      background-color: rgb(171, 206, 255);
shun-iwasawa 83baef
    } 
shun-iwasawa 83baef
  }
shun-iwasawa 83baef
}
shun-iwasawa 83baef

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   New Project / Configure Project Window
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 8c766d
ProjectPopup {
Kite 8c766d
    & QLabel {
Kite 8c766d
      color: @label-title;
Kite 8c766d
    }
Kite 8c766d
}
Kite 8c766d

Kite 8c766d
/* -----------------------------------------------------------------------------
Kite 8c766d
   PencilTestPopup / CameraCapture Window
Kite 8c766d
----------------------------------------------------------------------------- */
Kite 8c766d

Kite 521c84
//PencilTestPopup {}
Kite 8c766d

Kite 8c766d
#GearButton {
shun-iwasawa 0326be
  &::menu-indicator{
Kite 521c84
    image: url("");
shun-iwasawa 0326be
  }
Kite 8c766d
}
Kite 8c766d

shun-iwasawa 31accf
#LiveViewButton {
shun-iwasawa 31accf
  qproperty-icon: url('@{img-url}/liveview.svg');
shun-iwasawa 31accf
  &::menu-indicator{
shun-iwasawa 31accf
    image:"";
shun-iwasawa 31accf
  }
shun-iwasawa 31accf
}
shun-iwasawa 31accf

Kite 8c766d
#SubfolderButton {
Kite 521c84
  padding-left: 5px;
Kite 521c84
  padding-right: 5px;
shun-iwasawa f28b21
}
shun-iwasawa f28b21

shun-iwasawa f28b21
#SubcameraButton {
Kite 521c84
  padding-left: 5px;
Kite 521c84
  padding-right: 5px;
Kite 8c766d
}
shun-iwasawa fc0d80

shun-iwasawa fc0d80
/* -----------------------------------------------------------------------------
shun-iwasawa fc0d80
   Frame format settings box in FormatSettingsPopup 
shun-iwasawa fc0d80
----------------------------------------------------------------------------- */
shun-iwasawa fc0d80
#FrameFormatBoxInput {
shun-iwasawa fc0d80
  border-color: mix(@accent, rgba(255, 0, 0, 0.7), 40);
shun-iwasawa fc0d80
}
shun-iwasawa fc0d80
#FrameFormatBoxOutput {
shun-iwasawa fc0d80
  border-color: mix(@accent, rgba(0, 0, 255, 0.7), 40);
shun-iwasawa fc0d80
}