Skip to content

Commit 9fd416b

Browse files
committed
revised QWB warning for missing fields
- changed tooltip style - replaced warning icon with FontAwesome - changed text in another commit Change-Id: I496908b42dbdd1f377f8a129059822809a457746 Reviewed-on: http://review.couchbase.org/106674 Reviewed-by: Rob Ashcom <[email protected]> Tested-by: Rob Ashcom <[email protected]>
1 parent 4d2f751 commit 9fd416b

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

priv/public/ui/app/css/cbui-components.css

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,28 @@ input[type="checkbox"].fake-select + label:before {
18551855
.ace_gutter-active-line {
18561856
background-color: #eceff2 !important;
18571857
}
1858-
1858+
/* QWB warning for missing fields - icon and revised ace tooltip ------------ */
1859+
.ace_gutter-cell.ace_warning {
1860+
background-image: none !important;
1861+
}
1862+
.ace_gutter-cell.ace_warning:before {
1863+
content: "\f071";
1864+
font-family: FontAwesome;
1865+
font-size: .75rem;
1866+
color: #f7b84f;
1867+
position: absolute;
1868+
left: 2px;
1869+
}
1870+
.ace_tooltip {
1871+
font-family: OpenSans !important;
1872+
font-size: .8125rem !important;
1873+
background-image: none !important;
1874+
border-width: 0 !important;
1875+
border-radius: 3px !important;
1876+
padding: .5rem 1rem !important;
1877+
width: 320px !important;
1878+
box-shadow: 0 1px 1px 1px rgba(0,0,0,0.25) !important;
1879+
}
18591880
/* editor footer row: buttons + summary of query results + status ----------- */
18601881
.wb-query-editor-footer {
18611882
margin-top: .5rem;

0 commit comments

Comments
 (0)