2017-01-16 16:48:23 +01:00
|
|
|
@import "{ohif:design}/app"
|
2016-07-22 14:26:29 +02:00
|
|
|
|
2016-05-07 08:58:46 +02:00
|
|
|
table.settingsTable
|
|
|
|
|
thead
|
|
|
|
|
tr
|
|
|
|
|
th
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$defaultColor')
|
2016-05-07 08:58:46 +02:00
|
|
|
text-align: center
|
|
|
|
|
|
|
|
|
|
th:first-child
|
|
|
|
|
text-align: left
|
|
|
|
|
|
|
|
|
|
tbody
|
|
|
|
|
background: #3e3e3e
|
|
|
|
|
|
|
|
|
|
tr
|
|
|
|
|
td
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$defaultColor')
|
2016-05-07 08:58:46 +02:00
|
|
|
text-align: center
|
|
|
|
|
|
|
|
|
|
.editSetting
|
|
|
|
|
.deleteSetting
|
2016-07-22 14:26:29 +02:00
|
|
|
cursor: pointer
|
|
|
|
|
transition(all 0.1s ease)
|
|
|
|
|
|
|
|
|
|
&:hover
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$hoverColor')
|
2016-07-22 14:26:29 +02:00
|
|
|
|
|
|
|
|
&:active
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$activeColor')
|
2016-07-22 14:26:29 +02:00
|
|
|
|
2016-05-07 08:58:46 +02:00
|
|
|
td:first-child
|
|
|
|
|
text-align: left
|
|
|
|
|
|
|
|
|
|
.addSettingContainer
|
|
|
|
|
margin: 10px 0
|
|
|
|
|
text-align: center
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$defaultColor')
|
2016-05-07 08:58:46 +02:00
|
|
|
|
|
|
|
|
.addSetting
|
2016-07-22 14:26:29 +02:00
|
|
|
cursor: pointer
|
|
|
|
|
transition(all 0.1s ease)
|
|
|
|
|
|
|
|
|
|
&:hover
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$hoverColor')
|
2016-07-22 14:26:29 +02:00
|
|
|
|
|
|
|
|
&:active
|
2016-08-23 19:24:51 +02:00
|
|
|
theme('color', '$activeColor')
|