Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 99e321e13275
Choose a base ref
...
head repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b92a122befe9
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 5, 2020

  1. Copy the full SHA
    b92a122 View commit details
Showing with 23 additions and 4 deletions.
  1. +1 −1 lib
  2. +22 −3 src/glscopeclient/styles/glscopeclient.css
2 changes: 1 addition & 1 deletion lib
25 changes: 22 additions & 3 deletions src/glscopeclient/styles/glscopeclient.css
Original file line number Diff line number Diff line change
@@ -135,19 +135,38 @@ selection
background-image: none;
}

/***********************************************************************************************************************
Separator
**********************************************************************************************************************/

separator
{
background-color: transparent;
}


/***********************************************************************************************************************
SpinButton
**********************************************************************************************************************/

spinbutton
{
color: @glscopeclient_text_color;
}

/***********************************************************************************************************************
Switch
**********************************************************************************************************************/

switch slider
{
background-color: #808080;
border-color: #a0a0a0;
background-color: #808080;
border-color: #a0a0a0;
}

switch:disabled image
{
background-color: #808080;
background-color: #808080;
}

/***********************************************************************************************************************