mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
SVG sprites, modals, general improvements
This commit is contained in:
@@ -4,8 +4,10 @@ table {
|
||||
background-color: @primary-bg;
|
||||
border-spacing: 0;
|
||||
font-size: 0.8em;
|
||||
cursor: default;
|
||||
|
||||
a {
|
||||
a, a:visited {
|
||||
color: @primary;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
@@ -13,22 +15,61 @@ table {
|
||||
thead {
|
||||
color: @bgBlack;
|
||||
background-color: @primary-disabled;
|
||||
.user-select-none();
|
||||
|
||||
.main th {
|
||||
border-left: 1px solid @primary-bg;
|
||||
|
||||
&:first-child {
|
||||
border-left: none;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
|
||||
padding: 0 0.75em;
|
||||
|
||||
&[ng-click] {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: @primary;
|
||||
}
|
||||
}
|
||||
|
||||
&.lft {
|
||||
border-left: 1px solid @primary-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
tbody tr {
|
||||
|
||||
&:hover {
|
||||
color: #000;
|
||||
background-color: @secondary;
|
||||
}
|
||||
}
|
||||
&.tr {
|
||||
color: @disabled;
|
||||
text-align: right;
|
||||
|
||||
&:hover {
|
||||
color: @fg;
|
||||
background-color: @warning-bg;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 0 0.7em;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0.1em 0.5em;
|
||||
}
|
||||
|
||||
td {
|
||||
padding-left: 0.5em;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
&.tl {
|
||||
text-align: left;
|
||||
padding-left: 0.7em;
|
||||
}
|
||||
|
||||
&.tc {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user