mirror of https://github.com/vector-im/riot-web
Make bridge info cards more obvious
parent
668479d94a
commit
831053de11
|
@ -62,8 +62,10 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomSettingsDialog_BridgeList li {
|
.mx_RoomSettingsDialog_BridgeList li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 5px;
|
||||||
margin: 0;
|
margin-bottom: 5px;
|
||||||
border-bottom: 1px solid $panel-divider-color;
|
border-width: 1px 0px;
|
||||||
|
border-color: #dee1f3;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue