Skip to content
Snippets Groups Projects
Commit a2193ec4 authored by Aria Givi's avatar Aria Givi
Browse files

Button-Tooltip Position gefixed

parent bde2ba77
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
display: none; display: none;
position: absolute; position: absolute;
top: 290px; top: 290px;
padding: 1%; padding: 10px;
border: 1px solid rgb(175, 175, 175); border: 1px solid rgb(175, 175, 175);
border-radius: 4px; border-radius: 4px;
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
margin-top: 3%; margin-top: 3%;
.search-add-focus { .search-add-focus {
//display: flex; //display: flex;
position: relative;
button { button {
background-color: white; background-color: white;
border: none; border: none;
...@@ -69,6 +70,7 @@ ...@@ -69,6 +70,7 @@
} }
.search-edit-focus { .search-edit-focus {
//display: flex; //display: flex;
position: relative;
button { button {
background-color: white; background-color: white;
border: none; border: none;
...@@ -81,6 +83,7 @@ ...@@ -81,6 +83,7 @@
} }
.search-settings { .search-settings {
//display: flex; //display: flex;
position: relative;
a.btn { a.btn {
border: none; border: none;
padding: 0px 8px; padding: 0px 8px;
...@@ -186,11 +189,12 @@ ...@@ -186,11 +189,12 @@
.searchbar-tooltip { .searchbar-tooltip {
display: none; display: none;
position: absolute; position: absolute;
margin-top: 40px; top: 45px;
left: -10px;
&>.searchbar-tooltip-arrow { &>.searchbar-tooltip-arrow {
position: absolute; position: absolute;
top: -5px; top: -4px;
left: -20px; left: 20px;
width: 0; width: 0;
height: 0; height: 0;
border-left: 5px solid transparent; border-left: 5px solid transparent;
...@@ -199,7 +203,6 @@ ...@@ -199,7 +203,6 @@
} }
&>.searchbar-tooltip-content { &>.searchbar-tooltip-content {
position: relative; position: relative;
margin-left: -45%;
&>p { &>p {
display: inline-block; display: inline-block;
background: #ff8000; background: #ff8000;
...@@ -207,6 +210,7 @@ ...@@ -207,6 +210,7 @@
font-size: 16px; font-size: 16px;
color: white; color: white;
padding: 5px 10px; padding: 5px 10px;
white-space: nowrap;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment