mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Used SCSS variables instead of hardcoded value for color and moved code from CSS to SCSS file.
This commit is contained in:
@@ -60,18 +60,3 @@
|
||||
.pgadmin_header_logo {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.pg-toolbar-btn {
|
||||
width: 25px !important;
|
||||
height: 23px !important;
|
||||
border: 1px solid !important;
|
||||
background-color: #fff !important;
|
||||
font-size: 14px !important;
|
||||
color: #333 !important;
|
||||
border-color: #adadad !important;
|
||||
}
|
||||
|
||||
.pg-toolbar-btn:hover {
|
||||
border: 1px solid $color-gray-light !important;
|
||||
background-color: #e6e6e6 !important;
|
||||
}
|
||||
|
||||
@@ -43,3 +43,17 @@ samp,
|
||||
text-align: center;
|
||||
color: $color-fg-inverse;
|
||||
}
|
||||
|
||||
.pg-toolbar-btn:hover {
|
||||
border: 1px solid $color-gray-light !important;
|
||||
background-color: $color-gray-lighter !important;
|
||||
}
|
||||
|
||||
.pg-toolbar-btn {
|
||||
width: 25px !important;
|
||||
height: 23px !important;
|
||||
background-color: $color-bg !important;
|
||||
font-size: 14px !important;
|
||||
color: $color-gray-darker !important;
|
||||
border: 1px solid $color-gray-light !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user