mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
style(dashboard): change blocklist-item border color (#2465)
Changing blocklist-item border color to more confortable color that makes UI look more consistence
This commit is contained in:
parent
d455ab3fc7
commit
40e0c3879c
1 changed files with 2 additions and 2 deletions
|
@ -168,13 +168,13 @@ a[ng-click]{
|
|||
padding: 0.7rem;
|
||||
margin-bottom: 0.7rem;
|
||||
cursor: pointer;
|
||||
border: 1px solid #333333;
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 10px -2px rgba(161, 170, 166, 0.5);
|
||||
}
|
||||
|
||||
.blocklist-item--selected {
|
||||
border: 2px solid #333333;
|
||||
border: 2px solid #bbbbbb;
|
||||
background-color: #ececec;
|
||||
color: #2d3e63;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue