Skip to content

Commit

Permalink
changes for button hover, removing text color changes. also added in …
Browse files Browse the repository at this point in the history
…a border for yellow and black themes
  • Loading branch information
akemidx committed Apr 18, 2024
1 parent 1289920 commit f0836d4
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion resources/assets/less/skins/skin-blue-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ body {
}
.btn-primary:hover {
background-color: var(--button-primary);
color: var(--link)!important;
}
#componentsTable>tbody>tr>td>nobr>a>i.fa {
color: var(--text-main);
Expand Down
1 change: 0 additions & 1 deletion resources/assets/less/skins/skin-green-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ body {
}
.btn-primary:hover {
background-color: var(--button-primary);
color: var(--link)!important;
}
#componentsTable>tbody>tr>td>nobr>a>i.fa {
color: var(--text-main);
Expand Down
1 change: 0 additions & 1 deletion resources/assets/less/skins/skin-orange-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ a:link.btn-default{
}
.btn-primary:hover {
background-color: var(--button-primary);
color: var(--link)!important;
}
#componentsTable>tbody>tr>td>nobr>a>i.fa {
color: var(--text-main);
Expand Down
1 change: 0 additions & 1 deletion resources/assets/less/skins/skin-purple-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ body {
}
.btn-primary:hover {
background-color: var(--button-primary);
color: var(--link)!important;
}
#componentsTable>tbody>tr>td>nobr>a>i.fa {
color: var(--text-main);
Expand Down
1 change: 0 additions & 1 deletion resources/assets/less/skins/skin-red-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ body {
}
.btn-primary:hover {
background-color: var(--button-primary);
color: var(--link)!important;
}
#componentsTable>tbody>tr>td>nobr>a>i.fa {
color: var(--text-main);
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/less/skins/skin-yellow-dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

&.btn-primary, .btn-primary:link {
background-color: var(--button-default);
border-color: var(--button-default);
border-color: #000000;
color: #545454;
}

Expand Down

0 comments on commit f0836d4

Please sign in to comment.