mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Define some of the variables in _default.variables.scss with '!default'
suffix to allow override them while defining another theme.
This commit is contained in:
parent
1f082a0488
commit
6735c30292
@ -12,8 +12,8 @@ $color-fg-theme: #222222 !default;
|
||||
|
||||
$color-primary: #326690 !default;
|
||||
$color-primary-fg: $white !default;
|
||||
$color-primary-light: #d6effc;
|
||||
$color-primary-dark: #295c85;
|
||||
$color-primary-light: #d6effc !default;
|
||||
$color-primary-dark: #295c85 !default;
|
||||
|
||||
$color-secondary: $white !default;
|
||||
|
||||
@ -162,8 +162,8 @@ $dropdown-submenu-top: -$dropdown-spacer;
|
||||
|
||||
$table-bg: $color-bg-theme;
|
||||
$table-bg-selected: $color-primary-light;
|
||||
$table-hover-border-color: #4fc2f8;
|
||||
$table-hover-border: $panel-border-width solid #4fc2f8 !important;
|
||||
$table-hover-border-color: $color-primary;
|
||||
$table-hover-border: $panel-border-width solid $color-primary !important;
|
||||
$table-hover-bg-color: $color-primary-light;
|
||||
$datagrid-bg: $color-gray-light;
|
||||
|
||||
@ -202,4 +202,4 @@ $security-btn-color: #038bba;
|
||||
$loading-bg : rgba($black,0.6);
|
||||
$loading-fg : $white;
|
||||
|
||||
$loader-icon : url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ebeef3;stroke-width:2;%7d .st1%7bfill:none;stroke:%23326690;stroke-width:2;%7d %3c/style%3e%3cg%3e%3cg transform='translate(1 1)'%3e%3ccircle class='st0' cx='18' cy='18' r='18'/%3e%3cpath class='st1' d='M36,18c0-9.9-8.1-18-18-18 '%3e%3canimateTransform accumulate='none' additive='replace' attributeName='transform' calcMode='linear' dur='0.7s' fill='remove' from='0 18 18' repeatCount='indefinite' restart='always' to='360 18 18' type='rotate'%3e%3c/animateTransform%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
|
||||
$loader-icon : url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23ebeef3;stroke-width:2;%7d .st1%7bfill:none;stroke:%23326690;stroke-width:2;%7d %3c/style%3e%3cg%3e%3cg transform='translate(1 1)'%3e%3ccircle class='st0' cx='18' cy='18' r='18'/%3e%3cpath class='st1' d='M36,18c0-9.9-8.1-18-18-18 '%3e%3canimateTransform accumulate='none' additive='replace' attributeName='transform' calcMode='linear' dur='0.7s' fill='remove' from='0 18 18' repeatCount='indefinite' restart='always' to='360 18 18' type='rotate'%3e%3c/animateTransform%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e ") !default;
|
||||
|
Loading…
Reference in New Issue
Block a user