Skip to content

Commit c58f540

Browse files
committed
Fixing some styles
1 parent a656459 commit c58f540

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

src/Resources/public/css/styles.css

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,16 @@ dialog.ssrn-dialog h4 {
7979
transition: all 0.2s ease-in-out;
8080
}
8181

82-
.ssrn-select-trigger:hover {
83-
border-color: #4a90e2;
84-
}
85-
8682
.ssrn-select-trigger svg {
8783
transition: transform 0.2s ease-in-out;
8884
}
8985

86+
.ssrn-select.opened .ssrn-select-trigger {
87+
border-bottom-left-radius: 0;
88+
border-bottom-right-radius: 0;
89+
border-bottom: 0;
90+
}
91+
9092
.ssrn-select.opened .ssrn-select-trigger svg {
9193
transform: rotate(180deg);
9294
}
@@ -98,11 +100,10 @@ dialog.ssrn-dialog h4 {
98100
left: 0;
99101
right: 0;
100102
min-width: 100%;
101-
margin-top: 5px;
102103
border: 1px solid #ccc;
103-
border-radius: 4px;
104+
border-bottom-right-radius: 4px;
105+
border-bottom-left-radius: 4px;
104106
box-sizing: border-box;
105-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
106107
background: #fff;
107108
opacity: 0;
108109
visibility: hidden;
@@ -114,11 +115,23 @@ dialog.ssrn-dialog h4 {
114115
overflow-y: auto;
115116
}
116117

118+
.ssrn-options > * ~ *::after {
119+
content: "";
120+
position: absolute;
121+
top: 0;
122+
right: 20px;
123+
left: 20px;
124+
height: 1px;
125+
width: calc(100% - 40px);
126+
background-color: #cccccc;
127+
}
128+
117129
.ssrn-select.opened .ssrn-options {
118130
opacity: 1;
119131
visibility: visible;
120132
pointer-events: all;
121133
transform: translateY(0);
134+
border-top: 0;
122135
}
123136

124137
.ssrn-option {
@@ -155,5 +168,7 @@ dialog.ssrn-dialog h4 {
155168
}
156169

157170
.ssrn-option-remind-me {
171+
font-weight: bold;
158172
display: none;
173+
color: #22b99a;
159174
}

0 commit comments

Comments
 (0)