Skip to content

Commit 08e742a

Browse files
committed
Change color of variable $table-bg-hover
1 parent 475ea18 commit 08e742a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/assets/stylesheets/rails_admin/themes/cerulean/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $table-bg: transparent;
132132
//** Background color used for `.table-striped`.
133133
$table-bg-accent: #f9f9f9;
134134
//** Background color used for `.table-hover`.
135-
$table-bg-hover: #f5f5f5;
135+
$table-bg-hover: #f0f0ff;
136136
$table-bg-active: $table-bg-hover;
137137

138138
//** Border color for table and cell borders.

vendor/assets/stylesheets/rails_admin/bootstrap/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $table-bg: transparent !default;
132132
//** Background color used for `.table-striped`.
133133
$table-bg-accent: #f9f9f9 !default;
134134
//** Background color used for `.table-hover`.
135-
$table-bg-hover: #f5f5f5 !default;
135+
$table-bg-hover: #f0f0ff !default;
136136
$table-bg-active: $table-bg-hover !default;
137137

138138
//** Border color for table and cell borders.

0 commit comments

Comments
 (0)