mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 15:57:52 -02:30
Changed border color on popover tables
This commit is contained in:
@@ -404,6 +404,10 @@ textarea.allowresize {
|
|||||||
/* TB tooltip overrides */
|
/* TB tooltip overrides */
|
||||||
.popover-content {
|
.popover-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.table>tbody>tr>td {
|
||||||
|
border-top: 1px solid @b7grey;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
h3.popover-title, .popover-content, .popover-content blockquote, .popover-content a {
|
h3.popover-title, .popover-content, .popover-content blockquote, .popover-content a {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
@default-no-items-bord: #F6F6F6; // also white button hovers
|
@default-no-items-bord: #F6F6F6; // also white button hovers
|
||||||
@default-stdout-txt: #707070;
|
@default-stdout-txt: #707070;
|
||||||
@default-dark: #000000;
|
@default-dark: #000000;
|
||||||
|
@b7grey: #B7B7B7;
|
||||||
|
|
||||||
|
|
||||||
@default-warning: #F0AD4E;
|
@default-warning: #F0AD4E;
|
||||||
|
|||||||
Reference in New Issue
Block a user