mirror of https://github.com/portainer/portainer
style(dashboard): change blocklist-item border color (#2465)
Changing blocklist-item border color to more confortable color that makes UI look more consistencepull/2466/head
parent
d455ab3fc7
commit
40e0c3879c
|
@ -168,13 +168,13 @@ a[ng-click]{
|
||||||
padding: 0.7rem;
|
padding: 0.7rem;
|
||||||
margin-bottom: 0.7rem;
|
margin-bottom: 0.7rem;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid #333333;
|
border: 1px solid #cccccc;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.blocklist-item--selected {
|
.blocklist-item--selected {
|
||||||
border: 2px solid #333333;
|
border: 2px solid #bbbbbb;
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
color: #2d3e63;
|
color: #2d3e63;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue