setting-page: Fix webview showing outline.

WIP #340.
This commit is contained in:
Akash Nimare
2018-03-14 00:22:16 +05:30
parent 0fe62b2023
commit 2c212f7035

View File

@@ -124,6 +124,7 @@ body {
/* background-color: rgba(255, 255, 255, 0.25); */
background-color: #efefef;
opacity: 0.9;
padding-right: 14px;
}
.action-button.active i {
@@ -286,7 +287,7 @@ webview.focus {
#setting-tooltip {
font-family: sans-serif;
background: #222c31;
margin-left: 45px;
margin-left: 48px;
padding: 6px 8px;
position: absolute;
margin-top: 0px;
@@ -358,6 +359,8 @@ webview.focus {
height: 100%;
width: 100%;
position: relative;
flex-grow: 1;
flex-basis: 0px;
}
.hidden {