mirror of
https://github.com/nextcloud/server.git
synced 2026-02-09 22:05:33 -05:00
Merge pull request #9365 from owncloud/design-controls-polish
Design controls polish
This commit is contained in:
commit
019e1b1065
2 changed files with 4 additions and 2 deletions
|
|
@ -205,6 +205,9 @@ table.multiselect thead {
|
|||
left: 250px; /* sidebar */
|
||||
}
|
||||
|
||||
table thead th {
|
||||
background-color: #fff;
|
||||
}
|
||||
table.multiselect thead th {
|
||||
background-color: rgba(220,220,220,.8);
|
||||
color: #000;
|
||||
|
|
|
|||
|
|
@ -250,8 +250,7 @@ input[type="submit"].enabled {
|
|||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: rgba(235, 235, 235, .85);
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
background-color: rgba(255, 255, 255, .95);
|
||||
z-index: 50;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue